diff options
author | raveit65 <[email protected]> | 2016-05-05 22:48:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-05 22:48:04 +0200 |
commit | 8ff97dda7df49b8c4b70f55995c002b7e62ff0e0 (patch) | |
tree | c51408308564c9765b48fbbf9dafa8524785920a | |
parent | aacbb32114b7ca7456cff744f855ff4e78c9cadb (diff) | |
download | mate-themes-8ff97dda7df49b8c4b70f55995c002b7e62ff0e0.tar.bz2 mate-themes-8ff97dda7df49b8c4b70f55995c002b7e62ff0e0.tar.xz |
Submarine themes metacity: remove borders from max window
fixes https://github.com/mate-desktop/mate-themes/issues/117
-rw-r--r-- | desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml | 4 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml index a7c79769..30b3429b 100644 --- a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Blue-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> 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> |