diff options
author | raveit65 <[email protected]> | 2016-05-05 22:51:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 22:55:12 +0200 |
commit | a98940bb564cbaa49d6f216ebe2c2c75f3d291ac (patch) | |
tree | 0c0b6ba9737c4c157c04573acc6c363e21079212 | |
parent | 17d7121c6171d2dfd953fb7337611bf09abc9fd9 (diff) | |
download | mate-themes-a98940bb564cbaa49d6f216ebe2c2c75f3d291ac.tar.bz2 mate-themes-a98940bb564cbaa49d6f216ebe2c2c75f3d291ac.tar.xz |
GreenLaguna metacity: remove borders from max window
fixes https://github.com/mate-desktop/mate-themes/issues/117
-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 ec8d1fe7..5868b5a8 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--> |