[gimp/gtk3-port: 352/460] oops - old table use of a GimpSizeEntry



commit 85c053612db0bd67dff383dbb80d26e028f0561e
Author: Simon Budig <simon budig de>
Date:   Sat May 5 17:41:24 2018 +0200

    oops - old table use of a GimpSizeEntry

 plug-ins/common/smooth-palette.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/common/smooth-palette.c b/plug-ins/common/smooth-palette.c
index 35add06..fe7d752 100644
--- a/plug-ins/common/smooth-palette.c
+++ b/plug-ins/common/smooth-palette.c
@@ -474,9 +474,9 @@ dialog (gint32 drawable_id)
   spinbutton = gtk_spin_button_new (adj, 1, 0);
   gtk_spin_button_set_numeric (GTK_SPIN_BUTTON (spinbutton), TRUE);
 
-  gimp_table_attach_aligned (GTK_TABLE (sizeentry), 0, 2,
-                             _("_Search depth:"), 0.0, 0.5,
-                             spinbutton, 1, FALSE);
+  gimp_grid_attach_aligned (GTK_GRID (sizeentry), 0, 2,
+                            _("_Search depth:"), 0.0, 0.5,
+                            spinbutton, 1);
   g_signal_connect (adj, "value-changed",
                     G_CALLBACK (gimp_int_adjustment_update),
                     &config.ntries);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]