diff options
author | raveit65 <[email protected]> | 2016-05-05 22:51:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 22:54:36 +0200 |
commit | 1d4f8d6f7de69abfe5429d648dc99d229422302a (patch) | |
tree | 8e54a802abb02527039d05e6755bd885f881179f /desktop-themes/GreenLaguna | |
parent | 5c762ab48ba2e837a735092495757540ed350d31 (diff) | |
download | mate-themes-1d4f8d6f7de69abfe5429d648dc99d229422302a.tar.bz2 mate-themes-1d4f8d6f7de69abfe5429d648dc99d229422302a.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')
-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--> |