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:
committed by
Benjamin Otte
parent
9921bec63a
commit
719dd636a9
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user