diff options
Diffstat (limited to 'ftnoir_tracker_aruco/aruco-trackercontrols.ui')
-rw-r--r-- | ftnoir_tracker_aruco/aruco-trackercontrols.ui | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ftnoir_tracker_aruco/aruco-trackercontrols.ui b/ftnoir_tracker_aruco/aruco-trackercontrols.ui index 3ad9fa40..4fe97e51 100644 --- a/ftnoir_tracker_aruco/aruco-trackercontrols.ui +++ b/ftnoir_tracker_aruco/aruco-trackercontrols.ui @@ -3,7 +3,7 @@ <class>Form</class> <widget class="QWidget" name="Form"> <property name="windowModality"> - <enum>Qt::NonModal</enum> + <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> @@ -464,15 +464,18 @@ Rafael Muñoz Salinas <rmsalinas@uco.es></string> <widget class="QLineEdit" name="lineEdit"> <property name="geometry"> <rect> - <x>370</x> + <x>327</x> <y>200</y> - <width>181</width> + <width>255</width> <height>20</height> </rect> </property> <property name="text"> <string>https://github.com/rmsalinas/aruco</string> </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> <property name="readOnly"> <bool>true</bool> </property> |