[balsa/gtk4: 127/294] filter-run-dialog: Stop using GtkBox padding
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk4: 127/294] filter-run-dialog: Stop using GtkBox padding
- Date: Sun, 20 Jun 2021 23:36:38 +0000 (UTC)
commit 7b302d814875de09341916d5f770c8fbdc41ad49
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Mon Aug 17 13:26:11 2020 -0400
filter-run-dialog: Stop using GtkBox padding
Stop using GtkBox padding property
The last one?!
src/filter-run-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/filter-run-dialog.c b/src/filter-run-dialog.c
index 0fc3a4b0c..e610847a4 100644
--- a/src/filter-run-dialog.c
+++ b/src/filter-run-dialog.c
@@ -384,7 +384,7 @@ balsa_filter_run_dialog_init(BalsaFilterRunDialog *p)
gtk_widget_set_margin_start(bbox, 6);
gtk_widget_set_margin_end(bbox, 6);
- gtk_container_add(GTK_CONTAINER(hbox), bbox);
+ gtk_box_pack_start(GTK_BOX(hbox), bbox, FALSE, FALSE, 0);
vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]