[gtk-engines/gnome3] cannot draw the button separator on the title. This doesn't work on windows without minimize buttons
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-engines/gnome3] cannot draw the button separator on the title. This doesn't work on windows without minimize buttons
- Date: Wed, 28 Jul 2010 13:18:48 +0000 (UTC)
commit 47fc59ba0f18b170414cf2a834cc5747987336cd
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Jul 28 14:57:32 2010 +0200
cannot draw the button separator on the title. This doesn't work on windows without minimize buttons though.
themes/GNOME3/metacity-1/metacity-theme-1.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/GNOME3/metacity-1/metacity-theme-1.xml b/themes/GNOME3/metacity-1/metacity-theme-1.xml
index a803add..a012cf1 100644
--- a/themes/GNOME3/metacity-1/metacity-theme-1.xml
+++ b/themes/GNOME3/metacity-1/metacity-theme-1.xml
@@ -76,8 +76,6 @@
<draw_ops name="title_all">
<title x="15" y="(((height - title_height) / 2) `max` 0)+2" color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.3"/>
- <tint color="#000000" alpha="0.2" x="width - 1" y="0" width="1" height="height" />
- <tint color="#ffffff" alpha="0.4" x="width - 2" y="0" width="1" height="height" />
</draw_ops>
<draw_ops name="title_all_unfocused">
@@ -139,7 +137,9 @@
<!-- rounded corner on the leftmost button -->
<draw_ops name="left_corner">
- <line color="red" x1="0" y1="height-6" x2="0" y2="height-3" />
+ <tint color="#000000" alpha="0.2" x="0" y="0" width="2" height="height-2" />
+ <tint color="#ffffff" alpha="0.4" x="1" y="0" width="2" height="height-2" />
+ <!--<line color="red" x1="2" y1="height-6" x2="2" y2="height-3" />-->
</draw_ops>
<!-- button backgounds -->
<draw_ops name="button_bg_focused">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]