mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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:
parent
81fab83067
commit
74a8b5b78b
@ -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.
|
||||||
|
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user