diff options
author | raveit65 <[email protected]> | 2016-05-05 22:51:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 22:53:59 +0200 |
commit | 58d82b234c16a3c32d07b370c2fa9c57d64bb81b (patch) | |
tree | cce044524aaff5f5b561f5fb10dc7be0e84ef08a /desktop-themes/GreenLaguna/metacity-1 | |
parent | 83008346042f3861a2762a37490f2961721b96ba (diff) | |
download | mate-themes-58d82b234c16a3c32d07b370c2fa9c57d64bb81b.tar.bz2 mate-themes-58d82b234c16a3c32d07b370c2fa9c57d64bb81b.tar.xz |
GreenLaguna metacity: remove borders from max window
fixes https://github.com/mate-desktop/mate-themes/issues/117
Diffstat (limited to 'desktop-themes/GreenLaguna/metacity-1')
-rw-r--r-- | desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml index a7e57e90..7bda2af5 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml @@ -28,11 +28,17 @@ <!--Normal geometry--> <frame_geometry name="normal_small_borders" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false" parent="normal"> - <distance name="left_width" value="0"/> - <distance name="right_width" value="0"/> - <distance name="bottom_height" value="0"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> + <distance name="left_width" value="0" /> + <distance name="right_width" value="0" /> + <distance name="bottom_height" value="0" /> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="1"/> + <distance name="title_vertical_pad" value="9"/> <!-- + This needs to be 1 less then the + title_vertical_pad on normal state + or you'll have bigger buttons --> + <border name="title_border" left="10" right="10" top="1" bottom="2"/> + <border name="button_border" left="0" right="0" top="0" bottom="2"/> </frame_geometry> <!--Utility windows--> |