diff options
author | rbuj <[email protected]> | 2020-06-17 12:21:46 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-28 14:17:48 +0200 |
commit | fc688d9fd07ae7ad489d0ed5e3d195df2bedcaf1 (patch) | |
tree | c16ac1ce1858d3ce61baad68a383f106395dbe01 /desktop-themes/TraditionalOk | |
parent | 34dc7fb51e48d0633c72a91bb05f71cc4c1012b0 (diff) | |
download | mate-themes-fc688d9fd07ae7ad489d0ed5e3d195df2bedcaf1.tar.bz2 mate-themes-fc688d9fd07ae7ad489d0ed5e3d195df2bedcaf1.tar.xz |
TraditionalOk/Green: Fix title_border bottom attribute
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml index 8cf08b82..640b5e30 100644 --- a/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalOk/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> |