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.
This commit is contained in:
Daniel Boles 2017-01-21 22:39:06 +00:00
parent 90b9dc458f
commit 0a347c6ff2

View File

@ -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>