Changes between Initial Version and Version 1 of Ticket #13204, comment 1


Ignore:
Timestamp:
Jan 6, 2018, 7:18:58 PM (6 years ago)
Author:
Peter Bennett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13204, comment 1

    initial v1  
    11Did you try page up/ Page Down in the spinbox? That will advance by a greater increment. The default is 8.
    22In the code you could change
     3{{{
    34min_val, 0xffff, 1)
     5}}}
    46to
     7{{{
    58min_val, 0xffff, 1, 100)
     9}}}
    610to make it increment by 100 with page up/page down, and still by 1 with arrow left / arrow right.