mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
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:
parent
0ed0c3bab6
commit
813e6f459f
@ -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>
|
||||
|
||||
* src/theme.c (meta_pango_font_desc_get_text_height): Use
|
||||
|
@ -142,6 +142,13 @@
|
||||
</draw_ops>
|
||||
</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">
|
||||
<draw_ops>
|
||||
<include name="inactive_button"/>
|
||||
@ -319,6 +326,13 @@
|
||||
</draw_ops>
|
||||
</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">
|
||||
<draw_ops>
|
||||
<include name="active_button"/>
|
||||
|
Loading…
Reference in New Issue
Block a user