[balsa/wip/gtk4: 73/351] The border-width property has gone



commit 4fe0792a5afe7f5e3bc135466b13e01220f59b5b
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Nov 19 20:00:16 2017 -0500

    The border-width property has gone

 src/spell-check.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/spell-check.c b/src/spell-check.c
index 3c1a5cc..1b7bc66 100644
--- a/src/spell-check.c
+++ b/src/spell-check.c
@@ -209,7 +209,7 @@ balsa_spell_check_new(GtkWindow * parent)
                                "transient-for", parent,
                                "destroy-with-parent", TRUE,
                                "title", _("Spell check"),
-                               "border-width", BALSA_SPELL_CHECK_PADDING,
+                               "margin", BALSA_SPELL_CHECK_PADDING,
                                NULL);
 
     return (GtkWidget *) spell_check;


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