* ui/gm-world-properties.glade: fix lower port limit (patch by

piotr.skamruk@gmail.com) (fixes #8)
This commit is contained in:
Jesse van den Kieboom 2006-09-29 12:52:29 +00:00
parent 894b4cab84
commit b09a51fdae
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
<property name="adjustment">1111 1000 99999 1 10 10</property>
<property name="adjustment">1111 1 65535 1 10 10</property>
</widget>
<packing>
<property name="left_attach">1</property>