summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2012-10-19 17:50:14 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2012-10-19 17:52:46 +0200
commitb7333b92a2ab7fc6d4483aae0387304fc9df7534 (patch)
tree8baec46886e56b45e95b39d10c07fb2de34b467c
parentfe237eb4f2f934a5b148ad3edf35b4590923a5c0 (diff)
downloadgnome-themes-standard-b7333b92a2ab7fc6d4483aae0387304fc9df7534.tar.gz
adwaita wm: properly remove left border from right tile.
-rw-r--r--themes/Adwaita/metacity-1/metacity-theme-3.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 001aeb7c..f6626fc1 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -61,7 +61,7 @@
</frame_geometry>
<frame_geometry name="tiled_left" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
- <distance name="right_width" value="1" />
+ <distance name="right_width" value="0" />
</frame_geometry>
<frame_geometry name="tiled_right" title_scale="medium" rounded_top_left="false" rounded_top_right="false" parent="max">
@@ -246,7 +246,7 @@
</draw_ops>
-<draw_ops name="border_right_focused">
+<!-- <draw_ops name="border_right_focused">
<line
x1="width-1" y1="0"
x2="width-1" y2="height"
@@ -258,7 +258,7 @@
x1="width-1" y1="0"
x2="width-1" y2="height"
color="C_border_unfocused" />
-</draw_ops>
+</draw_ops> -->
<draw_ops name="border_left_focused">
<line
@@ -1668,7 +1668,7 @@
<piece position="entire_background" draw_ops="entire_background_focused" />
<piece position="titlebar" draw_ops="titlebar_fill_focused" />
<piece position="title" draw_ops="title_focused" />
- <piece position="overlay" draw_ops="border_right_focused" />
+ <!-- <piece position="overlay" draw_ops="border_right_focused" /> -->
<button function="close" state="normal" draw_ops="close_focused" />
<button function="close" state="pressed" draw_ops="close_focused_pressed" />
<button function="maximize" state="normal" draw_ops="maximize_focused" />
@@ -1717,7 +1717,7 @@
<piece position="entire_background" draw_ops="entire_background_unfocused" />
<piece position="titlebar" draw_ops="titlebar_fill_unfocused" />
<piece position="title" draw_ops="title_unfocused" />
- <piece position="overlay" draw_ops="border_right_unfocused" />
+ <!-- <piece position="overlay" draw_ops="border_right_unfocused" /> -->
<button function="close" state="normal" draw_ops="close_unfocused"/>
<button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
<button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>