diff options
author | raveit65 <[email protected]> | 2016-06-13 18:43:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-13 18:56:37 +0200 |
commit | 70e06acb30cdfeb95a20aaabfe9c9534593ab211 (patch) | |
tree | 7177091e57cdac9098940913e4085793aed9b247 | |
parent | cc27705d4489eda792be90acc634e29e23255cc7 (diff) | |
download | mate-themes-70e06acb30cdfeb95a20aaabfe9c9534593ab211.tar.bz2 mate-themes-70e06acb30cdfeb95a20aaabfe9c9534593ab211.tar.xz |
Menta themes metacity: adjust buttons for frame_geometry normal
For some reasons there are different results with different gtk+ versions
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 18 | ||||
-rw-r--r-- | desktop-themes/Menta/metacity-1/metacity-theme-2.xml | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml index bc55cc2a..0edff18a 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml @@ -22,15 +22,15 @@ <!-- geometries --> <frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="left_titlebar_edge" value="4"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="10"/> - <border name="title_border" left="2" right="2" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="2" bottom="2"/> - <aspect_ratio name="button" value="1"/> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="1"/> + <distance name="title_vertical_pad" value="12"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="2"/> + <aspect_ratio name="button" value="1"/> </frame_geometry> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml index 558d0500..49c94db0 100644 --- a/desktop-themes/Menta/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/Menta/metacity-1/metacity-theme-2.xml @@ -22,15 +22,15 @@ <!-- geometries --> <frame_geometry name="normal" title_scale="medium" rounded_top_left="4" rounded_top_right="4"> - <distance name="left_width" value="1" /> - <distance name="right_width" value="1" /> - <distance name="bottom_height" value="1" /> - <distance name="left_titlebar_edge" value="4"/> - <distance name="right_titlebar_edge" value="1"/> - <distance name="title_vertical_pad" value="10"/> - <border name="title_border" left="2" right="2" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="2" bottom="2"/> - <aspect_ratio name="button" value="1"/> + <distance name="left_width" value="1" /> + <distance name="right_width" value="1" /> + <distance name="bottom_height" value="1" /> + <distance name="left_titlebar_edge" value="4"/> + <distance name="right_titlebar_edge" value="1"/> + <distance name="title_vertical_pad" value="12"/> + <border name="title_border" left="2" right="2" top="0" bottom="0"/> + <border name="button_border" left="0" right="0" top="1" bottom="2"/> + <aspect_ratio name="button" value="1"/> </frame_geometry> <frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="4" rounded_top_right="4" parent="normal"> |