icon-browser: Left-align the sidebar

The centered labels just look disorderly.
This commit is contained in:
Matthias Clasen 2019-04-16 21:00:47 -04:00
parent 8d001e3573
commit e2d821fa59

View File

@ -205,6 +205,7 @@ add_context (IconBrowserWindow *win,
g_hash_table_insert (win->contexts, c->id, c);
row = gtk_label_new (name);
gtk_label_set_xalign (GTK_LABEL (row), 0);
g_object_set_data (G_OBJECT (row), "context", c);
gtk_widget_show (row);
g_object_set (row, "margin", 10, NULL);