summaryrefslogtreecommitdiff
path: root/capplets
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-07-04 16:51:02 +0300
committermonsta <[email protected]>2016-07-04 17:01:06 +0300
commitfbcfba29916477147da606eaf1064460b7f1976a (patch)
treed90617ec49a64532d9706498b0183fe36d8772ae /capplets
parent3b01285086e108ad70e9560f5499113f9f514484 (diff)
downloadmate-control-center-fbcfba29916477147da606eaf1064460b7f1976a.tar.bz2
mate-control-center-fbcfba29916477147da606eaf1064460b7f1976a.tar.xz
appearance: place theme name below theme preview in GTK+3 too
Diffstat (limited to 'capplets')
-rw-r--r--capplets/appearance/appearance-themes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/appearance/appearance-themes.c b/capplets/appearance/appearance-themes.c
index 8050fd92..65058610 100644
--- a/capplets/appearance/appearance-themes.c
+++ b/capplets/appearance/appearance-themes.c
@@ -1064,7 +1064,7 @@ void themes_init(AppearanceData* data)
renderer = gtk_cell_renderer_pixbuf_new ();
g_object_set (renderer, "xpad", 5, "ypad", 5,
"xalign", 0.5, "yalign", 1.0, NULL);
- gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (icon_view), renderer, FALSE);
+ gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (icon_view), renderer, FALSE);
gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (icon_view), renderer,
"pixbuf", COL_THUMBNAIL, NULL);