Shane Butler <shane_b@users.sourceforge.net>

* widgets/gtkbox.xml: Fixed bug with loading GtkBoxes where too
	many items were added (resize to see). Removed Default (this is
	done in glade_gtk_box_post_create() anyway) and set the Min to 1.
This commit is contained in:
Paolo Borelli 2004-07-26 10:37:23 +00:00
parent 95a8564a9b
commit 7bdf7c0b66
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-07-26 Shane Butler <shane_b@users.sourceforge.net>
* widgets/gtkbox.xml: Fixed bug with loading GtkBoxes where too
many items were added (resize to see). Removed Default (this is
done in glade_gtk_box_post_create() anyway) and set the Min to 1.
2004-06-16 Paolo Borelli <pborelli@katamail.com>
* src/glade-utils.c (glade_util_file_chooser_new): center the

View File

@ -5,11 +5,11 @@
<Properties>
<Property Id="size" Name="Size" Default="3">
<Property Id="size" Name="Size">
<Type>Integer</Type>
<Tooltip>The number of items in the box</Tooltip>
<Parameters>
<Parameter Key="Min" Value="0"/>
<Parameter Key="Min" Value="1"/>
<Parameter Key="Max" Value="10000"/>
<Parameter Key="StepIncrement" Value="1"/>
<Parameter Key="PageIncrement" Value="10"/>