From d73d3397464fb6a48d6a92f4fe04118042fa7d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 16 Jan 2014 18:43:36 +0100 Subject: DecorationsDataPool: load the glow texture on startup and use it in UnityWindow Also the windows glowing is now fully themable! ;) (bzr r3566.5.221) --- unity-shared/DecorationStyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unity-shared') diff --git a/unity-shared/DecorationStyle.cpp b/unity-shared/DecorationStyle.cpp index 5bb1fef01..6856743ed 100644 --- a/unity-shared/DecorationStyle.cpp +++ b/unity-shared/DecorationStyle.cpp @@ -42,7 +42,7 @@ const float DEFAULT_TITLE_ALIGNMENT = 0.0f; const int DEFAULT_TITLE_INDENT = 10; const int DEFAULT_TITLE_FADING_PIXELS = 35; -const int DEFAULT_GLOW_SIZE = 5; +const int DEFAULT_GLOW_SIZE = 10; const nux::Color DEFAULT_GLOW_COLOR(221, 72, 20); const std::array WBUTTON_NAMES = { "close", "minimize", "unmaximize", "maximize" }; -- cgit v1.2.3