From 5156131e09669de6f9c2343ebe7dd1bf24bb024b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 16 Apr 2017 17:55:44 +0200 Subject: Improve the frame look to make it more 3D-ish. --- plugingui/frame.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugingui/frame.h') 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}; -- cgit v1.2.3