1
0
Fork 0

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:
James M. Cape 2003-01-10 02:00:21 +00:00 committed by James M. Cape
parent 5d2f307735
commit 198398ba88
2 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -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"