diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2002-06-23 09:29:17 +0000 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2002-06-23 09:29:17 +0000 |
commit | e5dc1b01acb355025106ec188216e5b84e32fdf1 (patch) | |
tree | bc8e3a069e7d5a3e47ef66f312c95f0b904ef32d /src/themes | |
parent | 6e577c12c12160f1a1f34d00474e4acd5df0f2dd (diff) | |
download | metacity-e5dc1b01acb355025106ec188216e5b84e32fdf1.tar.gz |
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.
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/Bright/metacity-theme-1.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/themes/Bright/metacity-theme-1.xml b/src/themes/Bright/metacity-theme-1.xml index 66347d71..f5ce0846 100644 --- a/src/themes/Bright/metacity-theme-1.xml +++ b/src/themes/Bright/metacity-theme-1.xml @@ -43,6 +43,19 @@ <border name="button_border" left="0" right="0" top="1" bottom="1"/> </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 --> <constant name="ArrowWidth" value="7"/> <constant name="ArrowHeight" value="5"/> @@ -326,6 +339,11 @@ <piece position="title" draw_ops="title_utility_focused"/> </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 focus="yes" state="normal" resize="both" style="normal_focused"/> <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_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="dialog" style_set="normal"/> <window type="modal_dialog" style_set="normal"/> <window type="menu" style_set="normal"/> <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="maximize" state="normal" draw_ops="maximize_button_normal"/> |