make the hscale discontinuous.
2005-12-13 Lucas Rocha <lucasr@gnome.org> * src/zenity.glade: make the hscale discontinuous.
This commit is contained in:
parent
4fbc444025
commit
b657c347e8
@ -1,3 +1,7 @@
|
|||||||
|
2005-12-13 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
|
* src/zenity.glade: make the hscale discontinuous.
|
||||||
|
|
||||||
2005-12-13 Lucas Rocha <lucasr@gnome.org>
|
2005-12-13 Lucas Rocha <lucasr@gnome.org>
|
||||||
|
|
||||||
* data/Makefile.am, data/zenity-scale.png,
|
* data/Makefile.am, data/zenity-scale.png,
|
||||||
|
@ -1515,7 +1515,7 @@
|
|||||||
<property name="draw_value">True</property>
|
<property name="draw_value">True</property>
|
||||||
<property name="value_pos">GTK_POS_RIGHT</property>
|
<property name="value_pos">GTK_POS_RIGHT</property>
|
||||||
<property name="digits">0</property>
|
<property name="digits">0</property>
|
||||||
<property name="update_policy">GTK_UPDATE_DELAYED</property>
|
<property name="update_policy">GTK_UPDATE_DISCONTINUOUS</property>
|
||||||
<property name="inverted">False</property>
|
<property name="inverted">False</property>
|
||||||
<property name="adjustment">0 0 100 1 1 0</property>
|
<property name="adjustment">0 0 100 1 1 0</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
Reference in New Issue
Block a user