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

View File

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