diff options
author | raveit65 <[email protected]> | 2014-11-09 00:18:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-09 00:19:26 +0100 |
commit | 98cd09d23512a3955b5f4b9e2459106a88b50501 (patch) | |
tree | c2215431892f4f00fee50cf5979150b9df5a69fa /desktop-themes | |
parent | 622fba1c0eab27e63ee201f681c6ed3b4875d2d3 (diff) | |
download | mate-themes-98cd09d23512a3955b5f4b9e2459106a88b50501.tar.bz2 mate-themes-98cd09d23512a3955b5f4b9e2459106a88b50501.tar.xz |
BlueMenta: do not use round corners for maximized windows
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml index e71e561f..a1e093bd 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml @@ -36,7 +36,7 @@ <border name="button_border" left="0" right="0" top="0" bottom="0"/> </frame_geometry> -<frame_geometry name="geometry_maximized" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> +<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> <distance name="left_width" value="0"/> <distance name="right_width" value="0"/> <distance name="bottom_height" value="0"/> |