diff options
author | raveit65 <[email protected]> | 2016-06-13 18:43:38 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-14 11:25:48 +0200 |
commit | 03faf80c814d9f460168089b5fa08bc9e299146b (patch) | |
tree | b061322abc1d4b0e68e0995f61861ebb30ca421d /desktop-themes/BlueMenta | |
parent | e14ed531b891009e8956c22c60746ed5e7ab5f66 (diff) | |
download | mate-themes-03faf80c814d9f460168089b5fa08bc9e299146b.tar.bz2 mate-themes-03faf80c814d9f460168089b5fa08bc9e299146b.tar.xz |
Menta themes metacity: adjust buttons for frame_geometry normal
For some reasons there are different results with different gtk+ versions
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-2.xml | 18 |
1 files changed, 9 insertions, 9 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"> |