[mutter] shadows: Adjust values for attached modal dialogs



commit 4e2c2cb1aba4fcabf9cdbecb39ead4b391e0a818
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Aug 10 14:29:30 2012 +0200

    shadows: Adjust values for attached modal dialogs
    
    The designers consider the current shadow too dramatic for the new
    centered position; adjust the shadow to use the same values as
    popup menus.

 src/compositor/meta-shadow-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/compositor/meta-shadow-factory.c b/src/compositor/meta-shadow-factory.c
index 9041f93..40b461d 100644
--- a/src/compositor/meta-shadow-factory.c
+++ b/src/compositor/meta-shadow-factory.c
@@ -130,7 +130,7 @@ MetaShadowClassInfo default_shadow_classes[] = {
   { "popup-menu",    { 1, -1, 0, 1, 128 }, { 1, -1, 0, 1, 128 } },
 
   { "dropdown-menu", { 1, 10, 0, 1, 128 }, { 1, 10, 0, 1, 128 } },
-  { "attached",      { 2, -1, 0, 1, 255 }, { 1, -1, 0, 1, 128 } }
+  { "attached",      { 1, -1, 0, 1, 128 }, { 1, -1, 0, 1, 128 } }
 };
 
 G_DEFINE_TYPE (MetaShadowFactory, meta_shadow_factory, G_TYPE_OBJECT);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]