[balsa/gtk4: 149/246] filter-run-dialog: Stop using GtkBox padding
- From: Peter Bloomfield <peterb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [balsa/gtk4: 149/246] filter-run-dialog: Stop using GtkBox padding
 
- Date: Mon,  2 Nov 2020 20:11:28 +0000 (UTC)
 
commit c7e2a74c2528a9322687061d29d2073b5493a731
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]