From 73004ac29596fbbffb24ae14a0ae3f677d847ca3 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Wed, 3 Feb 2010 05:42:30 +0000 Subject: [PATCH] Left align plugins checkbox in prefs dialog --- src/aweather-gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aweather-gui.c b/src/aweather-gui.c index 4610a8e..155b70f 100644 --- a/src/aweather-gui.c +++ b/src/aweather-gui.c @@ -237,6 +237,7 @@ static void prefs_setup(AWeatherGui *self) "Plugin", rend1, "text", 0, NULL); GtkTreeViewColumn *col2 = gtk_tree_view_column_new_with_attributes( "Enabled", rend2, "active", 1, NULL); + g_object_set(rend2, "xalign", 0, NULL); gtk_tree_view_append_column(tview, col1); gtk_tree_view_append_column(tview, col2); g_signal_connect(rend2, "toggled", G_CALLBACK(on_plugin_toggled), self); -- 2.43.2