mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
GtkDialog: Baseline align buttons in action area
This commit is contained in:
parent
8fbd6e2edc
commit
f354cef61b
@ -744,6 +744,7 @@ gtk_dialog_add_button (GtkDialog *dialog,
|
||||
button = gtk_button_new_from_stock (button_text);
|
||||
|
||||
gtk_widget_set_can_default (button, TRUE);
|
||||
gtk_widget_set_valign (button, GTK_ALIGN_BASELINE);
|
||||
|
||||
gtk_widget_show (button);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user