summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-05 22:51:24 +0200
committerraveit65 <[email protected]>2016-05-05 22:53:13 +0200
commit9dd605237c0af4c808dc39d245b75096f7417d1b (patch)
treefda8693da7b4db23a907200f77bf538b82d5bff6 /desktop-themes/GreenLaguna
parente5df8e4fda2917348a7e72b5471cd43282aebe43 (diff)
downloadmate-themes-9dd605237c0af4c808dc39d245b75096f7417d1b.tar.bz2
mate-themes-9dd605237c0af4c808dc39d245b75096f7417d1b.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.xml16
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 b095dffd..8d2fd205 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-->