summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-01-21 22:39:06 +0000
committerDaniel Boles <dboles@src.gnome.org>2017-01-21 22:39:06 +0000
commit0a347c6ff297afcc43a531fbc9141fc4e1909cd8 (patch)
tree0788e997976b5faf758c56f6161b9b9701d5b8b0 /docs
parent90b9dc458fd3353f0ae4f4c5ab45ac5dd304fbbb (diff)
downloadgtk+-0a347c6ff297afcc43a531fbc9141fc4e1909cd8.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/migrating-3to4.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml
index f33cc15c4f..ec06d47614 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>