diff options
author | Havoc Pennington <hp@pobox.com> | 2002-03-12 06:25:30 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-03-12 06:25:30 +0000 |
commit | 9b86849068b8c990ba8d6a75e94028e5dc330df4 (patch) | |
tree | 1e61a086bba1d899ff4e3624a6baf5c6acadaa32 /src/themes | |
parent | 11089cb8245b3cd47bcc5bb11b730a6e80cc62cd (diff) | |
download | metacity-9b86849068b8c990ba8d6a75e94028e5dc330df4.tar.gz |
improve the theme viewer so people can see the broken aspects of their
2002-03-12 Havoc Pennington <hp@pobox.com>
* src/theme-viewer.c: improve the theme viewer so people
can see the broken aspects of their themes.
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/Atlanta/metacity-theme-1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/themes/Atlanta/metacity-theme-1.xml b/src/themes/Atlanta/metacity-theme-1.xml index 6cfa1347..95f90017 100644 --- a/src/themes/Atlanta/metacity-theme-1.xml +++ b/src/themes/Atlanta/metacity-theme-1.xml @@ -22,7 +22,7 @@ </frame_geometry> <!-- strip borders off the normal geometry --> -<frame_geometry name="normal_borderless" parent="normal"> +<frame_geometry name="normal_small_borders" parent="normal"> <distance name="left_width" value="4"/> <distance name="right_width" value="4"/> <distance name="bottom_height" value="5"/> @@ -254,13 +254,13 @@ <piece position="title" draw_ops="title_focused"/> </frame_style> -<frame_style name="maximized_unfocused" geometry="normal_borderless" parent="normal_unfocused"> +<frame_style name="maximized_unfocused" geometry="normal_small_borders" parent="normal_unfocused"> <piece position="entire_background" draw_ops="blank"/> <button function="maximize" state="normal" draw_ops="restore_button"/> <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> </frame_style> -<frame_style name="maximized_focused" geometry="normal_borderless" parent="normal_focused"> +<frame_style name="maximized_focused" geometry="normal_small_borders" parent="normal_focused"> <piece position="entire_background" draw_ops="focus_outline"/> <button function="maximize" state="normal" draw_ops="restore_button"/> <button function="maximize" state="pressed" draw_ops="restore_button_pressed"/> |