diff options
author | raveit65 <[email protected]> | 2014-12-11 01:10:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-12-11 01:10:29 +0100 |
commit | b6f1d06d98ce27fb5630d2d1847ac778eb6a3ae5 (patch) | |
tree | fef69e732a94c05cd77b02ac5ca4798b38a3dbb3 /desktop-themes/Menta | |
parent | cd6a0b9123e016a25eee852f1a44b60500e02128 (diff) | |
download | mate-themes-b6f1d06d98ce27fb5630d2d1847ac778eb6a3ae5.tar.bz2 mate-themes-b6f1d06d98ce27fb5630d2d1847ac778eb6a3ae5.tar.xz |
all good themes metacity: gives csd and header-bars apps round top corners
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/metacity-1/metacity-theme-1.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-1.xml b/desktop-themes/Menta/metacity-1/metacity-theme-1.xml index fe3979ce..390873c2 100644 --- a/desktop-themes/Menta/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Menta/metacity-1/metacity-theme-1.xml @@ -49,17 +49,17 @@ <border name="button_border" left="0" right="0" top="4" bottom="0"/> </frame_geometry> -<frame_geometry name="border" has_title="false"> - <distance name="left_width" value="1"/> - <distance name="right_width" value="1"/> - <distance name="bottom_height" value="1"/> - <distance name="left_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> - <distance name="button_width" value="0"/> - <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="1"/> - <border name="title_border" left="0" right="0" top="0" bottom="0"/> - <border name="button_border" left="0" right="0" top="0" bottom="0"/> +<frame_geometry name="border" has_title="false" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> + <distance name="left_titlebar_edge" value="0"/> + <distance name="right_titlebar_edge" value="0"/> + <distance name="button_width" value="0"/> + <distance name="button_height" value="0"/> + <distance name="title_vertical_pad" value="0"/> + <border name="title_border" left="0" right="0" top="6" bottom="0"/> + <border name="button_border" left="0" right="0" top="0" bottom="0"/> </frame_geometry> <!-- Window Title --> |