diff options
author | raveit65 <[email protected]> | 2014-11-09 00:18:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-09 00:20:45 +0100 |
commit | e978f8b246674fe34afa2585f4e57e17309afe65 (patch) | |
tree | 5bc8cfa77547d47a14184850e9e2d4124aefde17 | |
parent | ebe8375da6b91888c709381dc9155953c029bc12 (diff) | |
download | mate-themes-e978f8b246674fe34afa2585f4e57e17309afe65.tar.bz2 mate-themes-e978f8b246674fe34afa2585f4e57e17309afe65.tar.xz |
BlueMenta: do not use round corners for maximized windows
-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 e6c3bf1c..3086d30e 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"/> |