diff options
author | raveit65 <[email protected]> | 2016-05-05 22:48:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 22:54:29 +0200 |
commit | 5c762ab48ba2e837a735092495757540ed350d31 (patch) | |
tree | 8aab5385ef23e2cdbbc2630c401d02089b436a53 /desktop-themes/Green-Submarine | |
parent | aed67a731e9a7c8938843ce13ce7ac56eb3f676b (diff) | |
download | mate-themes-5c762ab48ba2e837a735092495757540ed350d31.tar.bz2 mate-themes-5c762ab48ba2e837a735092495757540ed350d31.tar.xz |
Submarine themes metacity: remove borders from max window
fixes https://github.com/mate-desktop/mate-themes/issues/117
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml index 4a50b37e..32edb79e 100644 --- a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml @@ -27,10 +27,10 @@ <distance name="left_width" value="0"/> <distance name="right_width" value="0"/> <distance name="bottom_height" value="1"/> - <distance name="left_titlebar_edge" value="3"/> + <distance name="left_titlebar_edge" value="1"/> <distance name="right_titlebar_edge" value="1"/> <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="2" right="2" top="2" bottom="2"/> + <border name="title_border" left="2" right="2" top="1" bottom="2"/> <border name="button_border" left="1" right="1" top="2" bottom="2"/> </frame_geometry> |