[gnome-themes-standard/wip/highcontrast-wm] adwaita wm: fix left window border on tiled windows.
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/wip/highcontrast-wm] adwaita wm: fix left window border on tiled windows.
- Date: Fri, 5 Oct 2012 15:30:00 +0000 (UTC)
commit 32fc98a2fa1e1b4b5cffe134a5a8b6e59bc941c3
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Fri Oct 5 17:29:40 2012 +0200
adwaita wm: fix left window border on tiled windows.
themes/Adwaita/metacity-1/metacity-theme-3.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 2b8683f..f65310f 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -248,15 +248,15 @@
<draw_ops name="border_right_focused">
<line
- x1="width" y1="0"
- x2="width" y2="height"
+ x1="width-1" y1="0"
+ x2="width-1" y2="height"
color="C_border_focused" />
</draw_ops>
<draw_ops name="border_right_unfocused">
<line
- x1="width" y1="0"
- x2="width" y2="height"
+ x1="width-1" y1="0"
+ x2="width-1" y2="height"
color="C_border_unfocused" />
</draw_ops>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]