summaryrefslogtreecommitdiff
path: root/src/themes
diff options
context:
space:
mode:
authorJames M. Cape <jcape@ignore-your.tv>2004-01-28 04:20:22 +0000
committerJames M. Cape <jcape@src.gnome.org>2004-01-28 04:20:22 +0000
commit74a8b5b78b8cd3d0197d73bfef927d773ff84980 (patch)
tree1a3522b87068dd0d756ae378da44f12c08ea0f1c /src/themes
parent81fab830678493d2697624e1c6ac679230e8ca4b (diff)
downloadmetacity-74a8b5b78b8cd3d0197d73bfef927d773ff84980.tar.gz
Use the 'utility' frame for dialogs too.
2004-01-27 James M. Cape <jcape@ignore-your.tv> * src/themes/Esco/metacity-theme-1.xml: Use the 'utility' frame for dialogs too.
Diffstat (limited to 'src/themes')
-rw-r--r--src/themes/Esco/metacity-theme-1.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/themes/Esco/metacity-theme-1.xml b/src/themes/Esco/metacity-theme-1.xml
index fffd9d9a..9a9061ba 100644
--- a/src/themes/Esco/metacity-theme-1.xml
+++ b/src/themes/Esco/metacity-theme-1.xml
@@ -776,9 +776,9 @@
y="(height / 2) - (title_height / 2)"/>
<icon
x="width - title_width - height - (IconTitleSpacing * 2)"
- y="0"
- width="height"
- height="height"/>
+ y="1"
+ width="height - 2"
+ height="height - 2"/>
</draw_ops>
<draw_ops name="title_text_with_icon">
@@ -798,9 +798,9 @@
y="(height / 2) - (title_height / 2)"/>
<icon alpha="0.33"
x="width - title_width - height - (IconTitleSpacing * 2)"
- y="0"
- width="height"
- height="height"/>
+ y="1"
+ width="height - 2"
+ height="height - 2"/>
</draw_ops>
<draw_ops name="title_normal">
@@ -972,8 +972,8 @@
</frame_style_set>
<window type="normal" style_set="normal"/>
-<window type="dialog" style_set="normal"/>
-<window type="modal_dialog" style_set="normal"/>
+<window type="dialog" style_set="utility"/>
+<window type="modal_dialog" style_set="utility"/>
<window type="menu" style_set="utility"/>
<window type="utility" style_set="utility"/>
<window type="border" style_set="border"/>