mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
Update with border-only window stuff from Atlanta.
2002-06-23 Gediminas Paulauskas <menesis@delfi.lt> * src/themes/Bright/metacity-theme-1.xml: Update with border-only window stuff from Atlanta.
This commit is contained in:
parent
6e577c12c1
commit
e5dc1b01ac
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-23 Gediminas Paulauskas <menesis@delfi.lt>
|
||||||
|
|
||||||
|
* src/themes/Bright/metacity-theme-1.xml: Update with border-only
|
||||||
|
window stuff from Atlanta.
|
||||||
|
|
||||||
2002-06-22 James M. Cape <jcape@ignore-your.tv>
|
2002-06-22 James M. Cape <jcape@ignore-your.tv>
|
||||||
|
|
||||||
* src/themes/Esco/metacity-theme-1.xml: Update for "border"
|
* src/themes/Esco/metacity-theme-1.xml: Update for "border"
|
||||||
|
@ -43,6 +43,19 @@
|
|||||||
<border name="button_border" left="0" right="0" top="1" bottom="1"/>
|
<border name="button_border" left="0" right="0" top="1" bottom="1"/>
|
||||||
</frame_geometry>
|
</frame_geometry>
|
||||||
|
|
||||||
|
<frame_geometry name="border" has_title="false">
|
||||||
|
<distance name="left_width" value="4"/>
|
||||||
|
<distance name="right_width" value="4"/>
|
||||||
|
<distance name="bottom_height" value="4"/>
|
||||||
|
<distance name="left_titlebar_edge" value="0"/>
|
||||||
|
<distance name="right_titlebar_edge" value="0"/>
|
||||||
|
<distance name="button_width" value="0"/>
|
||||||
|
<distance name="button_height" value="0"/>
|
||||||
|
<distance name="title_vertical_pad" value="4"/>
|
||||||
|
<border name="title_border" left="0" right="0" top="0" bottom="0"/>
|
||||||
|
<border name="button_border" left="0" right="0" top="0" bottom="0"/>
|
||||||
|
</frame_geometry>
|
||||||
|
|
||||||
<!-- define constants -->
|
<!-- define constants -->
|
||||||
<constant name="ArrowWidth" value="7"/>
|
<constant name="ArrowWidth" value="7"/>
|
||||||
<constant name="ArrowHeight" value="5"/>
|
<constant name="ArrowHeight" value="5"/>
|
||||||
@ -326,6 +339,11 @@
|
|||||||
<piece position="title" draw_ops="title_utility_focused"/>
|
<piece position="title" draw_ops="title_utility_focused"/>
|
||||||
</frame_style>
|
</frame_style>
|
||||||
|
|
||||||
|
<frame_style name="border" geometry="border" parent="normal_unfocused">
|
||||||
|
<piece position="entire_background" draw_ops="outer_bevel"/>
|
||||||
|
<piece position="title" draw_ops="blank"/>
|
||||||
|
</frame_style>
|
||||||
|
|
||||||
<frame_style_set name="normal">
|
<frame_style_set name="normal">
|
||||||
<frame focus="yes" state="normal" resize="both" style="normal_focused"/>
|
<frame focus="yes" state="normal" resize="both" style="normal_focused"/>
|
||||||
<frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
|
<frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
|
||||||
@ -349,11 +367,23 @@
|
|||||||
<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/>
|
<frame focus="no" state="maximized_and_shaded" style="utility_unfocused"/>
|
||||||
</frame_style_set>
|
</frame_style_set>
|
||||||
|
|
||||||
|
<frame_style_set name="border">
|
||||||
|
<frame focus="yes" state="normal" resize="both" style="border"/>
|
||||||
|
<frame focus="no" state="normal" resize="both" style="border"/>
|
||||||
|
<frame focus="yes" state="maximized" style="border"/>
|
||||||
|
<frame focus="no" state="maximized" style="border"/>
|
||||||
|
<frame focus="yes" state="shaded" style="border"/>
|
||||||
|
<frame focus="no" state="shaded" style="border"/>
|
||||||
|
<frame focus="yes" state="maximized_and_shaded" style="border"/>
|
||||||
|
<frame focus="no" state="maximized_and_shaded" style="border"/>
|
||||||
|
</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="normal"/>
|
||||||
<window type="modal_dialog" style_set="normal"/>
|
<window type="modal_dialog" style_set="normal"/>
|
||||||
<window type="menu" style_set="normal"/>
|
<window type="menu" style_set="normal"/>
|
||||||
<window type="utility" style_set="utility"/>
|
<window type="utility" style_set="utility"/>
|
||||||
|
<window type="border" style_set="border"/>
|
||||||
|
|
||||||
<menu_icon function="close" state="normal" draw_ops="close_button_normal"/>
|
<menu_icon function="close" state="normal" draw_ops="close_button_normal"/>
|
||||||
<menu_icon function="maximize" state="normal" draw_ops="maximize_button_normal"/>
|
<menu_icon function="maximize" state="normal" draw_ops="maximize_button_normal"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user