diff options
author | raveit65 <[email protected]> | 2016-05-05 22:48:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 22:53:52 +0200 |
commit | 83008346042f3861a2762a37490f2961721b96ba (patch) | |
tree | 77e1fda4ee64935816e1baf89cc6ecdf064b9904 /desktop-themes/Green-Submarine | |
parent | 6b8781f8f663082572c5b5d0724b3e5ee5d46448 (diff) | |
download | mate-themes-83008346042f3861a2762a37490f2961721b96ba.tar.bz2 mate-themes-83008346042f3861a2762a37490f2961721b96ba.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> |