[gnome-control-center] wacom: More space between clock and help text



commit 90c7881b5fd2fb1be2552829b326634849e5a8d7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 11 18:38:49 2012 +0000

    wacom: More space between clock and help text

 panels/wacom/calibrator/gui_gtk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/calibrator/gui_gtk.c b/panels/wacom/calibrator/gui_gtk.c
index 4ecc8a9..94cf19e 100644
--- a/panels/wacom/calibrator/gui_gtk.c
+++ b/panels/wacom/calibrator/gui_gtk.c
@@ -128,7 +128,7 @@ draw(GtkWidget *widget, cairo_t *cr, gpointer data)
     pango_layout_get_pixel_extents (layout, NULL, &logical_rect);
 
     x = (calib_area->display_width - logical_rect.width) / 2 + logical_rect.x;
-    y = (calib_area->display_height - logical_rect.height) / 2  - logical_rect.height - 20 + logical_rect.y;
+    y = (calib_area->display_height - logical_rect.height) / 2  - logical_rect.height - 40 + logical_rect.y;
     cairo_set_line_width(cr, 2);
     cairo_rectangle(cr, x - 10 - 0.5, y - 10 - 0.5,
             logical_rect.width + 20 + 1, logical_rect.height + 20 + 1);



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