Add border-width to the migration guide

No good answers here yet.
This commit is contained in:
Matthias Clasen
2016-10-21 09:58:36 -04:00
parent ca305bb596
commit 9a684accfe

View File

@@ -121,6 +121,15 @@
</para>
</section>
<section>
<title>Stop using GtkContainer::border-width</title>
<para>
GTK+ 4 has removed the #GtkContainer::border-width property.
Use other means to influence the spacing of your containers.
FIXME: what are those ?
</para>
</section>
</section>
</chapter>