diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/themes/Esco/metacity-theme-1.xml | 10 |
2 files changed, 10 insertions, 5 deletions
@@ -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 diff --git a/src/themes/Esco/metacity-theme-1.xml b/src/themes/Esco/metacity-theme-1.xml index eeade89d..818532f3 100644 --- a/src/themes/Esco/metacity-theme-1.xml +++ b/src/themes/Esco/metacity-theme-1.xml @@ -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" |