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 committed by Tristan Van Berkom
parent 6860f86724
commit 4285f21b3b

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,