[gimp/gtk3-port: 352/391] 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/391] oops - old table use of a GimpSizeEntry
- Date: Thu, 10 May 2018 16:20:15 +0000 (UTC)
commit 63d2530320b00adc68f4982e4b64befc95e523b7
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 6a42904..fdf7f9e 100644
--- a/plug-ins/common/smooth-palette.c
+++ b/plug-ins/common/smooth-palette.c
@@ -470,9 +470,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]