mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -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>
|
2003-01-09 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/window.c (recalc_window_features): argh, we were making all
|
* src/window.c (recalc_window_features): argh, we were making all
|
||||||
|
@ -398,11 +398,11 @@
|
|||||||
</draw_ops>
|
</draw_ops>
|
||||||
|
|
||||||
<draw_ops name="title_background">
|
<draw_ops name="title_background">
|
||||||
<rectangle color="#ffffff" filled="true"
|
<line color="#ffffff" width="100"
|
||||||
x="width - title_width - IconTitleSpacing + (height / 2) + height"
|
x1="width - title_width - IconTitleSpacing + (height / 2) + height"
|
||||||
y="0"
|
y1="height / 2"
|
||||||
width="width"
|
x2="width"
|
||||||
height="height"/>
|
y2="height / 2"/>
|
||||||
<line color="#ffffff" width="48"
|
<line color="#ffffff" width="48"
|
||||||
x1="width - title_width + (height / 2) + (height * 2)"
|
x1="width - title_width + (height / 2) + (height * 2)"
|
||||||
y1="0 - height"
|
y1="0 - height"
|
||||||
|
Loading…
Reference in New Issue
Block a user