diff options
author | raveit65 <[email protected]> | 2015-04-19 17:17:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-19 17:17:39 +0200 |
commit | 294e99ad4d60aed9fb679b5bb883577c2ffb8c29 (patch) | |
tree | 5164a4a56c7f7d9b1dbca12074f900f8c46dba4f /desktop-themes/GreenLaguna/metacity-1 | |
parent | ba9ad51f9337fbcfa2fdad7cb3d9653573e6a6fb (diff) | |
download | mate-themes-294e99ad4d60aed9fb679b5bb883577c2ffb8c29.tar.bz2 mate-themes-294e99ad4d60aed9fb679b5bb883577c2ffb8c29.tar.xz |
GreenLaguna GTK+-3.16: adjustments for window-frame (csd apps) -->
- enable window shadows for compositor
- add stylying for new widget window-frame.solid-csd (non compositor)
Diffstat (limited to 'desktop-themes/GreenLaguna/metacity-1')
-rw-r--r-- | desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml | 6 | ||||
-rw-r--r-- | desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml index ec8d1fe7..a7e57e90 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-1.xml @@ -39,7 +39,7 @@ <frame_geometry name="utility" title_scale="small" parent="normal"/> -<frame_geometry name="border" has_title="false" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> <distance name="left_width" value="2"/> <distance name="right_width" value="2"/> <distance name="bottom_height" value="2"/> @@ -47,8 +47,8 @@ <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"/> + <distance name="title_vertical_pad" value="2"/> + <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> diff --git a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml index ec8d1fe7..a7e57e90 100644 --- a/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml +++ b/desktop-themes/GreenLaguna/metacity-1/metacity-theme-2.xml @@ -39,7 +39,7 @@ <frame_geometry name="utility" title_scale="small" parent="normal"/> -<frame_geometry name="border" has_title="false" rounded_top_left="true" rounded_top_right="true" rounded_bottom_left="false" rounded_bottom_right="false"> +<frame_geometry name="border" has_title="false" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false"> <distance name="left_width" value="2"/> <distance name="right_width" value="2"/> <distance name="bottom_height" value="2"/> @@ -47,8 +47,8 @@ <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"/> + <distance name="title_vertical_pad" value="2"/> + <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> |