mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Use a line for the titlebar text bg.
2003-01-09 James M. Cape <jcape@ignore-your.tv> * src/themes/Esco/metacity-theme-1.xml: Use a line for the titlebar text bg.
This commit is contained in:
parent
5d2f307735
commit
198398ba88
@ -1,3 +1,8 @@
|
||||
2003-01-09 James M. Cape <jcape@ignore-your.tv>
|
||||
|
||||
* src/themes/Esco/metacity-theme-1.xml: Use a line for the titlebar
|
||||
text bg.
|
||||
|
||||
2003-01-09 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/window.c (recalc_window_features): argh, we were making all
|
||||
|
@ -398,11 +398,11 @@
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="title_background">
|
||||
<rectangle color="#ffffff" filled="true"
|
||||
x="width - title_width - IconTitleSpacing + (height / 2) + height"
|
||||
y="0"
|
||||
width="width"
|
||||
height="height"/>
|
||||
<line color="#ffffff" width="100"
|
||||
x1="width - title_width - IconTitleSpacing + (height / 2) + height"
|
||||
y1="height / 2"
|
||||
x2="width"
|
||||
y2="height / 2"/>
|
||||
<line color="#ffffff" width="48"
|
||||
x1="width - title_width + (height / 2) + (height * 2)"
|
||||
y1="0 - height"
|
||||
|
Loading…
Reference in New Issue
Block a user