Fix some bugs with prelighting.

2002-02-14  Anders Carlsson  <andersca@gnu.org>

	* src/themes/Crux/metacity-theme-1.xml: Fix some bugs with
	prelighting.
This commit is contained in:
Anders Carlsson 2002-02-13 23:30:55 +00:00 committed by Anders Carlsson
parent 0ed0c3bab6
commit 813e6f459f
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-02-14 Anders Carlsson <andersca@gnu.org>
* src/themes/Crux/metacity-theme-1.xml: Fix some bugs with
prelighting.
2002-02-13 Anders Carlsson <andersca@gnu.org> 2002-02-13 Anders Carlsson <andersca@gnu.org>
* src/theme.c (meta_pango_font_desc_get_text_height): Use * src/theme.c (meta_pango_font_desc_get_text_height): Use

View File

@ -142,6 +142,13 @@
</draw_ops> </draw_ops>
</button> </button>
<button function="close" state="prelight">
<draw_ops>
<include name="inactive_button_prelight"/>
<image filename="inactive-close-button.png" x="2" y="2" width="object_width" height="object_height"/>
</draw_ops>
</button>
<button function="minimize" state="normal"> <button function="minimize" state="normal">
<draw_ops> <draw_ops>
<include name="inactive_button"/> <include name="inactive_button"/>
@ -319,6 +326,13 @@
</draw_ops> </draw_ops>
</button> </button>
<button function="close" state="prelight">
<draw_ops>
<include name="active_button_prelight"/>
<image filename="active-close-button.png" x="2" y="2" width="object_width" height="object_height"/>
</draw_ops>
</button>
<button function="minimize" state="normal"> <button function="minimize" state="normal">
<draw_ops> <draw_ops>
<include name="active_button"/> <include name="active_button"/>