mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-11-09 00:13:50 -05:00
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:
parent
95a8564a9b
commit
7bdf7c0b66
@ -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>
|
2004-06-16 Paolo Borelli <pborelli@katamail.com>
|
||||||
|
|
||||||
* src/glade-utils.c (glade_util_file_chooser_new): center the
|
* src/glade-utils.c (glade_util_file_chooser_new): center the
|
||||||
|
|||||||
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
|
|
||||||
<Property Id="size" Name="Size" Default="3">
|
<Property Id="size" Name="Size">
|
||||||
<Type>Integer</Type>
|
<Type>Integer</Type>
|
||||||
<Tooltip>The number of items in the box</Tooltip>
|
<Tooltip>The number of items in the box</Tooltip>
|
||||||
<Parameters>
|
<Parameters>
|
||||||
<Parameter Key="Min" Value="0"/>
|
<Parameter Key="Min" Value="1"/>
|
||||||
<Parameter Key="Max" Value="10000"/>
|
<Parameter Key="Max" Value="10000"/>
|
||||||
<Parameter Key="StepIncrement" Value="1"/>
|
<Parameter Key="StepIncrement" Value="1"/>
|
||||||
<Parameter Key="PageIncrement" Value="10"/>
|
<Parameter Key="PageIncrement" Value="10"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user