[gtk+] 3to4: Fix suggested replacements for border-width



commit 0a347c6ff297afcc43a531fbc9141fc4e1909cd8
Author: Daniel Boles <dboles src gnome org>
Date:   Sat Jan 21 22:39:06 2017 +0000

    3to4: Fix suggested replacements for border-width
    
    The new CSS border-spacing does what Grid::(row|column)_spacing and
    Box::spacing already did, i.e. controlling the space added between child
    widgets, so it’s not a replacement for Container::border-width.

 docs/reference/gtk/migrating-3to4.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml
index f33cc15..ec06d47 100644
--- a/docs/reference/gtk/migrating-3to4.xml
+++ b/docs/reference/gtk/migrating-3to4.xml
@@ -169,7 +169,7 @@
       <para>
         GTK+ 4 has removed the #GtkContainer::border-width property.
         Use other means to influence the spacing of your containers,
-        such as the CSS border-spacing property.
+        such ss the CSS margin and padding properties on child widgets.
       </para>
     </section>
 


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