diff options
author | raveit65 <[email protected]> | 2014-11-05 12:21:33 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-05 12:23:01 +0100 |
commit | ec06eccb575088b2d626d681f884378d5129881d (patch) | |
tree | 34b71bb28403f574dc8a96fecd985cdd176eb09f /desktop-themes | |
parent | f8ecbb5017a7e990c05132c0ff3ac6516eaefc7c (diff) | |
download | mate-themes-ec06eccb575088b2d626d681f884378d5129881d.tar.bz2 mate-themes-ec06eccb575088b2d626d681f884378d5129881d.tar.xz |
BlackMate GreenLaguna: fix double titlebar in windows which use header-bars, ie. mate-color-selection
Diffstat (limited to 'desktop-themes')
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/BlackMATE/metacity-1/metacity-theme-2.xml b/desktop-themes/BlackMATE/metacity-1/metacity-theme-2.xml index 7eeb8132..cf1b04be 100644 --- a/desktop-themes/BlackMATE/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/BlackMATE/metacity-1/metacity-theme-2.xml @@ -503,7 +503,7 @@ <frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> </frame_style_set> -<frame_style_set name="border" parent="normal"> +<frame_style_set name="border"> <frame focus="yes" state="normal" resize="both" style="border"/> <frame focus="no" state="normal" resize="both" style="border"/> <frame focus="yes" state="maximized" style="utility_focused"/> diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml index 4124b10d..d4a70577 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml @@ -484,7 +484,7 @@ <frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> </frame_style_set> -<frame_style_set name="border" parent="normal"> +<frame_style_set name="border"> <frame focus="yes" state="normal" resize="both" style="border"/> <frame focus="no" state="normal" resize="both" style="border"/> <frame focus="yes" state="maximized" style="utility_focused"/> diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml index 4124b10d..d4a70577 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml @@ -484,7 +484,7 @@ <frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/> </frame_style_set> -<frame_style_set name="border" parent="normal"> +<frame_style_set name="border"> <frame focus="yes" state="normal" resize="both" style="border"/> <frame focus="no" state="normal" resize="both" style="border"/> <frame focus="yes" state="maximized" style="utility_focused"/> |