cc-language-chooser: remove deprecated GtkMisc

This commit is contained in:
Ondrej Holy 2014-11-06 19:43:26 +01:00
parent 320f6e617b
commit e9af927e5f

View file

@ -126,7 +126,6 @@ more_widget_new (void)
gtk_style_context_add_class (gtk_widget_get_style_context (arrow), "dim-label");
gtk_widget_set_margin_top (box, 10);
gtk_widget_set_margin_bottom (box, 10);
gtk_misc_set_alignment (GTK_MISC (arrow), 0.5, 0.5);
gtk_box_pack_start (GTK_BOX (box), arrow, TRUE, TRUE, 0);
return GTK_LIST_BOX_ROW (row);