diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-21 19:25:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-12-21 19:25:36 +0100 |
commit | ca441d95ea699597dc34dedf57dad5fbf11a4573 (patch) | |
tree | 5d582b01bd9b4103745d2496cf33dac048b1ccb4 | |
parent | 788bbada8362ff57d6f39b6cdda07ece441eff7a (diff) |
pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7
-rw-r--r-- | ftnoir_tracker_aruco/aruco-trackercontrols.ui | 2 | ||||
-rw-r--r-- | ftnoir_tracker_pt/FTNoIR_PT_Controls.ui | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ftnoir_tracker_aruco/aruco-trackercontrols.ui b/ftnoir_tracker_aruco/aruco-trackercontrols.ui index 439d2402..15184c41 100644 --- a/ftnoir_tracker_aruco/aruco-trackercontrols.ui +++ b/ftnoir_tracker_aruco/aruco-trackercontrols.ui @@ -236,7 +236,7 @@ <item row="4" column="1"> <widget class="QPushButton" name="btn_calibrate"> <property name="text"> - <string>Calibrate</string> + <string>Toggle calibration</string> </property> <property name="checkable"> <bool>true</bool> diff --git a/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui b/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui index 36e0ff00..1f352b13 100644 --- a/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui +++ b/ftnoir_tracker_pt/FTNoIR_PT_Controls.ui @@ -439,7 +439,7 @@ <enum>QTabWidget::Rounded</enum> </property> <property name="currentIndex"> - <number>2</number> + <number>0</number> </property> <property name="usesScrollButtons"> <bool>false</bool> @@ -1043,7 +1043,7 @@ <bool>false</bool> </property> <property name="text"> - <string>Calibrate</string> + <string>Toggle calibration</string> </property> <property name="checkable"> <bool>true</bool> |