diff options
author | Perberos <[email protected]> | 2012-07-10 00:32:41 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-07-10 00:32:41 -0300 |
commit | e0d1023a4940dea7d3ddc8ad0e21823b9f48fe0c (patch) | |
tree | 81a67cb39986f77c8dfd016c5e452c32729f4396 | |
parent | fd1e4d0c7a34cd53937436c665cf833f582e2366 (diff) | |
download | marco-e0d1023a4940dea7d3ddc8ad0e21823b9f48fe0c.tar.bz2 marco-e0d1023a4940dea7d3ddc8ad0e21823b9f48fe0c.tar.xz |
Adjust the icon size according to the size of the title bar
-rw-r--r-- | src/themes/Spidey-Left/metacity-theme-1.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/themes/Spidey-Left/metacity-theme-1.xml b/src/themes/Spidey-Left/metacity-theme-1.xml index 0244d458..caa6fdb2 100644 --- a/src/themes/Spidey-Left/metacity-theme-1.xml +++ b/src/themes/Spidey-Left/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"> |