make the hscale discontinuous.

2005-12-13  Lucas Rocha  <lucasr@gnome.org>

        * src/zenity.glade: make the hscale discontinuous.
This commit is contained in:
Lucas Rocha 2005-12-13 15:12:38 +00:00 committed by Lucas Almeida Rocha
parent 4fbc444025
commit b657c347e8
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* data/Makefile.am, data/zenity-scale.png,

View File

@ -1515,7 +1515,7 @@
<property name="draw_value">True</property>
<property name="value_pos">GTK_POS_RIGHT</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="adjustment">0 0 100 1 1 0</property>
</widget>