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