Merge branch 'fix-714' into 'mainline'
alert dialog: Align checkbutton to start, not end Closes #714 See merge request GNOME/geary!417
This commit is contained in:
commit
4bb39aeb41
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ class QuestionDialog : AlertDialog {
|
|||
|
||||
checkbutton = new Gtk.CheckButton.with_mnemonic(checkbox_label);
|
||||
checkbutton.active = checkbox_default;
|
||||
checkbutton.halign = Gtk.Align.END;
|
||||
checkbutton.toggled.connect(on_checkbox_toggled);
|
||||
|
||||
get_message_area().pack_start(checkbutton);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue