forked from AuroraMiddleware/gtk
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:
parent
90b9dc458f
commit
0a347c6ff2
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user