From 9401381e2941d7718bc9b6e54ecf86d710a83ce6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 23:01:15 -0500 Subject: [PATCH] docs: don't use property syntax for child properties --- docs/reference/gtk/migrating-GtkGrid.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-GtkGrid.xml b/docs/reference/gtk/migrating-GtkGrid.xml index ba3035d981..b8520dfd05 100644 --- a/docs/reference/gtk/migrating-GtkGrid.xml +++ b/docs/reference/gtk/migrating-GtkGrid.xml @@ -184,7 +184,7 @@ you construct it. This property specifies the space that separates the children from each other. Additionally, you can specify extra space to put around each child individually, - using the #GtkBox:padding child property. + using the #GtkBox padding child property.