[gnome-initial-setup] keyboard: Center labels and remove arrows on the input chooser dialog



commit 40375aabadd250388cdf532e1cb6109712b23311
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Apr 18 21:32:40 2013 +0200

    keyboard: Center labels and remove arrows on the input chooser dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698330

 gnome-initial-setup/pages/keyboard/cc-input-chooser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-initial-setup/pages/keyboard/cc-input-chooser.c 
b/gnome-initial-setup/pages/keyboard/cc-input-chooser.c
index 46bdb68..f30892e 100644
--- a/gnome-initial-setup/pages/keyboard/cc-input-chooser.c
+++ b/gnome-initial-setup/pages/keyboard/cc-input-chooser.c
@@ -187,7 +187,7 @@ back_widget_new (const gchar *text)
 static GtkWidget *
 locale_widget_new (const gchar *text)
 {
-  return padded_label_new (text, ROW_LABEL_POSITION_START, ROW_TRAVEL_DIRECTION_FORWARD, FALSE);
+  return padded_label_new (text, ROW_LABEL_POSITION_CENTER, ROW_TRAVEL_DIRECTION_NONE, FALSE);
 }
 
 static GtkWidget *


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