Replace all margin-left and margin-right with margin-start and margin-end

https://bugzilla.gnome.org/show_bug.cgi?id=710238
This commit is contained in:
Yosef Or Boczko
2013-11-15 00:31:17 +02:00
committed by Benjamin Otte
parent 9921bec63a
commit 719dd636a9
24 changed files with 111 additions and 108 deletions

View File

@ -963,7 +963,7 @@ wrap_in_frame (const gchar *label,
frame = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
gtk_box_pack_start (GTK_BOX (frame), label_widget, FALSE, FALSE, 0);
gtk_widget_set_margin_left (child, 12);
gtk_widget_set_margin_start (child, 12);
gtk_widget_set_halign (child, GTK_ALIGN_FILL);
gtk_widget_set_valign (child, GTK_ALIGN_FILL);