diff options
author | Perberos <[email protected]> | 2012-07-10 00:34:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-07-10 00:34:39 -0300 |
commit | 610f6f0fc37d01619c36b9e4bb6a18f2f61fe1e0 (patch) | |
tree | f95611c5807cf5a4e91648211427886c599c7f74 /src | |
parent | e0d1023a4940dea7d3ddc8ad0e21823b9f48fe0c (diff) | |
download | marco-610f6f0fc37d01619c36b9e4bb6a18f2f61fe1e0.tar.bz2 marco-610f6f0fc37d01619c36b9e4bb6a18f2f61fe1e0.tar.xz |
Adjust the icon size according to the size of the title bar
Diffstat (limited to 'src')
-rw-r--r-- | src/themes/Spidey/metacity-theme-1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/themes/Spidey/metacity-theme-1.xml b/src/themes/Spidey/metacity-theme-1.xml index 5472f9da..a7d4939f 100644 --- a/src/themes/Spidey/metacity-theme-1.xml +++ b/src/themes/Spidey/metacity-theme-1.xml @@ -569,15 +569,15 @@ </draw_ops> <draw_ops name="menu_glyph"> - <icon x="(width-mini_icon_width)/2" - y="(height-mini_icon_height)/2" - width="mini_icon_width" height="mini_icon_height" /> + <icon x="1" + y="1" + width="width-2" height="height-2" /> </draw_ops> <draw_ops name="menu_glyph_unfocused"> - <icon x="(width-mini_icon_width)/2" - y="(height-mini_icon_height)/2" - width="mini_icon_width" height="mini_icon_height" alpha="0.5"/> + <icon x="1" + y="1" + width="width-2" height="height-2" alpha="0.5"/> </draw_ops> <draw_ops name="close_glyph"> |