[gimp/gtk3-port: 352/454] oops - old table use of a GimpSizeEntry
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 352/454] oops - old table use of a GimpSizeEntry
- Date: Wed, 16 May 2018 21:50:18 +0000 (UTC)
commit c5cf97418e9d6b08f7b16c463c2adb67e20526d4
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]