diff options
Diffstat (limited to 'desktop-themes/Green-Submarine/metacity-1')
-rw-r--r-- | desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml index 5e44ca48..34f91cfd 100644 --- a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml @@ -11,9 +11,9 @@ </info> <frame_geometry name="normal" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="3"/> + <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="4"/> <aspect_ratio name="button" value="1"/> @@ -26,7 +26,7 @@ <!-- strip frame spacing off the normal geometry when maximised --> <distance name="left_width" value="0"/> <distance name="right_width" value="0"/> - <distance name="bottom_height" value="1"/> + <distance name="bottom_height" value="0"/> <distance name="left_titlebar_edge" value="1"/> <distance name="right_titlebar_edge" value="1"/> <distance name="title_vertical_pad" value="1"/> @@ -35,9 +35,9 @@ </frame_geometry> <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="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="3"/> + <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"/> @@ -51,18 +51,18 @@ <constant name="ButtonIPad" value="3"/> <draw_ops name="inner_window_border"> - <gradient type="vertical" x="0" y="top_height-1" width="3" height="height-bottom_height-top_height+2"> + <gradient type="vertical" x="0" y="top_height-1" width="1" height="height-bottom_height-top_height+2"> <color value="#303030"/> <color value="#303030"/> <color value="#303030"/> </gradient> - <gradient type="vertical" x="width-right_width" y="top_height-1" width="3" height="height-bottom_height-top_height+2"> + <gradient type="vertical" x="width-right_width" y="top_height-1" width="1" height="height-bottom_height-top_height+2"> <color value="#303030"/> <color value="#303030"/> <color value="#303030"/> </gradient> - <gradient type="horizontal" x="0" y="height-bottom_height" width="width" height="3"> + <gradient type="horizontal" x="0" y="height-bottom_height" width="width" height="1"> <color value="#303030"/> <color value="#303030"/> <color value="#303030"/> |