diff options
author | raveit65 <[email protected]> | 2014-11-09 00:18:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-09 00:18:26 +0100 |
commit | 05da120ef0279383207ab1a885f1230d09d65855 (patch) | |
tree | b169c04e390a6a2935e04cbf725b0333e818a5a9 | |
parent | 8da336afd34baaf2c8b25b8db1a05aac3ff9421a (diff) | |
download | mate-themes-05da120ef0279383207ab1a885f1230d09d65855.tar.bz2 mate-themes-05da120ef0279383207ab1a885f1230d09d65855.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 0c0443da..8707be64 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"/> |