[gnome-themes-standard] toggle: make sure to align check/radio buttons to the text label



commit c0fac29e08f550bc1318474819fbde1be95fd1b3
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Mar 14 16:43:32 2011 -0400

    toggle: make sure to align check/radio buttons to the text label

 src/adwaita_engine.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/adwaita_engine.c b/src/adwaita_engine.c
index 3a3c2aa..5d31910 100644
--- a/src/adwaita_engine.c
+++ b/src/adwaita_engine.c
@@ -349,7 +349,7 @@ adwaita_engine_render_check (GtkThemingEngine *engine,
 	}
 
 	if (render_from_assets_common (engine, cr,
-				       x, y, width, height)) {
+				       x, y + 2.0, width, height)) {
 		return;
 	}
 
@@ -471,7 +471,7 @@ adwaita_engine_render_option (GtkThemingEngine *engine,
 	}
 
 	if (render_from_assets_common (engine, cr,
-				       x, y, width, height)) {
+				       x, y + 2.0, width, height)) {
 		return;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]