Limit GtkContainer::border-width to 65535

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=605199
This commit is contained in:
Christian Dywan 2010-01-11 17:37:13 +01:00
parent d32b061895
commit 2520d02be9

View File

@ -246,7 +246,7 @@ gtk_container_class_init (GtkContainerClass *class)
P_("Border width"),
P_("The width of the empty border outside the containers children"),
0,
G_MAXINT,
65535,
0,
GTK_PARAM_READWRITE));
g_object_class_install_property (gobject_class,