GtkWarning: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
patch Josip, part 2 svn: r11442
This commit is contained in:
parent
a3a8d53526
commit
c2c4fe3786
@ -9799,7 +9799,7 @@
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 -9999 99999 1 10 10</property>
|
||||
<property name="adjustment">0 -9999 99999 1 10 0</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">7</property>
|
||||
|
Loading…
Reference in New Issue
Block a user