diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 17:55:44 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-16 17:55:44 +0200 |
commit | 5156131e09669de6f9c2343ebe7dd1bf24bb024b (patch) | |
tree | 52c5cd5f350d57f3e959853048657144e850c971 /plugingui/frame.h | |
parent | b4ad2a3b4eb808081fccef26482508db552a914e (diff) |
Improve the frame look to make it more 3D-ish.
Diffstat (limited to 'plugingui/frame.h')
-rw-r--r-- | plugingui/frame.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugingui/frame.h b/plugingui/frame.h index e8c8778..c571fdc 100644 --- a/plugingui/frame.h +++ b/plugingui/frame.h @@ -82,7 +82,9 @@ private: // // content frame - GUI::Colour frame_colour{0}; + GUI::Colour frame_colour_top{0.95}; + GUI::Colour frame_colour_bottom{0.4}; + GUI::Colour frame_colour_side{0.6}; // content box Widget* content{nullptr}; |