diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-15 13:44:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-15 13:44:42 +0200 |
commit | 558491c9ee7262b4f84e192b0627194a39e884dc (patch) | |
tree | 9f4beeed8b3a7215f543b573e2f5f42f6bd90e39 /tracker-pt/FTNoIR_PT_Controls.ui | |
parent | ebcb655842a184ad7f0c3abfabbf04e349fc7a53 (diff) |
tracker/pt: make calibration less confusing in dialog
- change button text to "stop calibration" and "start calibration"
respectively.
- gray out the values while calibration is running
- run calibration at 10 Hz on a separate timer from dialog update
Issue: #416
Diffstat (limited to 'tracker-pt/FTNoIR_PT_Controls.ui')
-rw-r--r-- | tracker-pt/FTNoIR_PT_Controls.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/FTNoIR_PT_Controls.ui b/tracker-pt/FTNoIR_PT_Controls.ui index 75190a5e..54628964 100644 --- a/tracker-pt/FTNoIR_PT_Controls.ui +++ b/tracker-pt/FTNoIR_PT_Controls.ui @@ -1074,7 +1074,7 @@ <bool>false</bool> </property> <property name="text"> - <string>Toggle calibration</string> + <string>Start calibration</string> </property> <property name="checkable"> <bool>true</bool> |