- Let the user jump to instant 0

- Fix adjustment for jumpto in the XML file by hand, since glade3 has a nasty bug
about spinbox values


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1226 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-17 13:21:21 +00:00
parent 76b33d4269
commit 449d1cadad
3 changed files with 4 additions and 4 deletions

View file

@ -442,7 +442,7 @@
<widget class="GtkSpinButton" id="BottomHBox.JumpToSpin">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="adjustment">0 1 0 1 10 10</property>
<property name="adjustment">0 0 inf 1 10 10</property>
<property name="climb_rate">1</property>
</widget>
<packing>