diff options
author | rbuj <[email protected]> | 2020-06-17 12:21:46 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-06-28 14:15:20 +0200 |
commit | b6cccc806236dac0a07ed7706d0550a9193f8cb1 (patch) | |
tree | 4da45a25961753b0b3aa2e69acb5285969293004 /desktop-themes/TraditionalGreen | |
parent | 9938e61efbfa91dd8da69d48adaf3cb898748009 (diff) | |
download | mate-themes-b6cccc806236dac0a07ed7706d0550a9193f8cb1.tar.bz2 mate-themes-b6cccc806236dac0a07ed7706d0550a9193f8cb1.tar.xz |
TraditionalOk/Green: Fix title_border bottom attribute
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml index 04bf5f7e..eb469771 100644 --- a/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml @@ -18,7 +18,7 @@ <distance name="right_titlebar_edge" value="4"/> <aspect_ratio name="button" value="1.0"/> <distance name="title_vertical_pad" value="0"/> - <border name="title_border" left="2" right="2" top="4" bottom="3"/> + <border name="title_border" left="2" right="2" top="4" bottom="4"/> <border name="button_border" left="1" right="1" top="2" bottom="2"/> </frame_geometry> |