[gnome-themes-standard] pane-separators: fix separator alignment in horizontal mode
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] pane-separators: fix separator alignment in horizontal mode
- Date: Mon, 9 May 2011 18:55:19 +0000 (UTC)
commit ef76b8192aa422363ca7eeb181397ea8cb6eb904
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 9 14:16:34 2011 -0400
pane-separators: fix separator alignment in horizontal mode
src/adwaita_engine.c | 4 ++--
themes/Adwaita/gtk-3.0/gtk-widgets.css | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/adwaita_engine.c b/src/adwaita_engine.c
index e87d9f8..48146d6 100644
--- a/src/adwaita_engine.c
+++ b/src/adwaita_engine.c
@@ -1331,8 +1331,8 @@ adwaita_engine_render_handle (GtkThemingEngine *engine,
if (width > height) {
for (xx = x + width / 2 - 12; xx <= x + width / 2 + 12; xx += 6) {
- cairo_arc (cr, xx, y + height / 2 - 1,
- 1.5,
+ cairo_arc (cr, xx, y + height / 2.0,
+ 1.0,
0, G_PI * 2.0);
cairo_fill (cr);
}
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index d878d48..e93c29f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -119,7 +119,7 @@
.pane-separator:prelight,
.pane-separator:selected {
- color: shade (@inactive_frame_color, 0.60);
+ color: @theme_text_color;
}
/****************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]