[geary: 1/2] alert dialog: Align checkbutton to start, not end
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary: 1/2] alert dialog: Align checkbutton to start, not end
- Date: Sun, 1 Mar 2020 11:33:24 +0000 (UTC)
commit 2fb4a7b9067a183e7418ab590a5e9f6ce8713a08
Author: James Westman <james flyingpimonster net>
Date: Thu Feb 27 12:05:21 2020 -0600
alert dialog: Align checkbutton to start, not end
Fixes #714.
src/client/dialogs/alert-dialog.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/client/dialogs/alert-dialog.vala b/src/client/dialogs/alert-dialog.vala
index 371b99d5..96abecba 100644
--- a/src/client/dialogs/alert-dialog.vala
+++ b/src/client/dialogs/alert-dialog.vala
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]