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.
This commit is contained in:
James M. Cape 2004-01-28 04:20:22 +00:00 committed by James M. Cape
parent 81fab83067
commit 74a8b5b78b
2 changed files with 13 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2004-01-27 James M. Cape <jcape@ignore-your.tv>
* src/themes/Esco/metacity-theme-1.xml: Use the 'utility' frame
for dialogs too.
2004-01-24 James M. Cape <jcape@ignore-your.tv> 2004-01-24 James M. Cape <jcape@ignore-your.tv>
* src/themes/Esco/metacity-theme-1.xml: Updated this theme. * src/themes/Esco/metacity-theme-1.xml: Updated this theme.

View File

@ -776,9 +776,9 @@
y="(height / 2) - (title_height / 2)"/> y="(height / 2) - (title_height / 2)"/>
<icon <icon
x="width - title_width - height - (IconTitleSpacing * 2)" x="width - title_width - height - (IconTitleSpacing * 2)"
y="0" y="1"
width="height" width="height - 2"
height="height"/> height="height - 2"/>
</draw_ops> </draw_ops>
<draw_ops name="title_text_with_icon"> <draw_ops name="title_text_with_icon">
@ -798,9 +798,9 @@
y="(height / 2) - (title_height / 2)"/> y="(height / 2) - (title_height / 2)"/>
<icon alpha="0.33" <icon alpha="0.33"
x="width - title_width - height - (IconTitleSpacing * 2)" x="width - title_width - height - (IconTitleSpacing * 2)"
y="0" y="1"
width="height" width="height - 2"
height="height"/> height="height - 2"/>
</draw_ops> </draw_ops>
<draw_ops name="title_normal"> <draw_ops name="title_normal">
@ -972,8 +972,8 @@
</frame_style_set> </frame_style_set>
<window type="normal" style_set="normal"/> <window type="normal" style_set="normal"/>
<window type="dialog" style_set="normal"/> <window type="dialog" style_set="utility"/>
<window type="modal_dialog" style_set="normal"/> <window type="modal_dialog" style_set="utility"/>
<window type="menu" style_set="utility"/> <window type="menu" style_set="utility"/>
<window type="utility" style_set="utility"/> <window type="utility" style_set="utility"/>
<window type="border" style_set="border"/> <window type="border" style_set="border"/>