Applying a fix for the "X" (close button) from Joe A. <joefefifo@yahoo.com>
This commit is contained in:
parent
a53fea96ab
commit
c523d2827c
@ -2,7 +2,7 @@
|
||||
<metacity_theme>
|
||||
<info>
|
||||
<name>Metabox</name>
|
||||
<author>Garrett LeSage <garrett@redhat.com< based on Havoc Pennington <hp@redhat.com>'s Atlanta theme</author>
|
||||
<author>Garrett LeSage <garrett@redhat.com> based on Havoc Pennington <hp@redhat.com>'s Atlanta theme</author>
|
||||
<copyright>Â Garrett LeSage, Havoc Pennington, 2002</copyright>
|
||||
<date>Jun 12, 2002</date>
|
||||
<description>Looks a little like BlackBox.</description>
|
||||
@ -247,14 +247,19 @@
|
||||
|
||||
<draw_ops name="close_button">
|
||||
<include name="bg_button_active"/>
|
||||
<!-- draw longer lines and clip for 'x' with symmetrical endpoints <joefefifo@yahoo.com> -->
|
||||
<clip x="ButtonIPad" y="ButtonIPad"
|
||||
width="width - ButtonIPad - 4"
|
||||
height="height - ButtonIPad - 4"/>
|
||||
<line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75"
|
||||
width="2"
|
||||
x1="ButtonIPad" y1="ButtonIPad"
|
||||
x2="width - ButtonIPad - 1" y2="height - ButtonIPad - 1"/>
|
||||
x2="width - ButtonIPad" y2="height - ButtonIPad"/>
|
||||
|
||||
<line color="blend/gtk:bg[SELECTED]/gtk:fg[SELECTED]/0.75"
|
||||
width="2"
|
||||
x1="ButtonIPad" y1="height - ButtonIPad - 1"
|
||||
x2="width - ButtonIPad - 1" y2="ButtonIPad"/>
|
||||
x2="width - ButtonIPad" y2="ButtonIPad - 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_button_pressed">
|
||||
@ -269,14 +274,18 @@
|
||||
|
||||
<draw_ops name="close_button_unfocused">
|
||||
<include name="bg_button_inactive"/>
|
||||
<!-- draw longer lines and clip for 'x' with symmetrical endpoints <joefefifo@yahoo.com> -->
|
||||
<clip x="ButtonIPad" y="ButtonIPad"
|
||||
width="width - ButtonIPad - 4"
|
||||
height="height - ButtonIPad - 4"/>
|
||||
<line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35"
|
||||
width="2"
|
||||
x1="ButtonIPad" y1="ButtonIPad"
|
||||
x2="width - ButtonIPad - 1" y2="height - ButtonIPad - 1"/>
|
||||
x2="width - ButtonIPad" y2="height - ButtonIPad"/>
|
||||
<line color="blend/gtk:fg[INSENSITIVE]/gtk:bg[INSENSITIVE]/0.35"
|
||||
width="2"
|
||||
x1="ButtonIPad" y1="height - ButtonIPad - 1"
|
||||
x2="width - ButtonIPad - 1" y2="ButtonIPad"/>
|
||||
x2="width - ButtonIPad" y2="ButtonIPad - 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="outer_bevel">
|
||||
|
Loading…
Reference in New Issue
Block a user