diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-08 05:33:09 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-08 05:33:09 +0100 |
commit | 4acd40cd2997b2702d9ab411a0c85d1a92a6189d (patch) | |
tree | f89b76a755501d31d800a8092b7ae5fd3e4483e8 /gui/options-dialog.ui | |
parent | 982c7841be3e677d575fea9136f1b46f2d1bc1fe (diff) |
gui: prevent stderr whining if controls don't fit at runtime
Diffstat (limited to 'gui/options-dialog.ui')
-rw-r--r-- | gui/options-dialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/options-dialog.ui b/gui/options-dialog.ui index f23dd63f..2168fa8d 100644 --- a/gui/options-dialog.ui +++ b/gui/options-dialog.ui @@ -33,7 +33,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -478,7 +478,7 @@ </size> </property> <property name="text"> - <string><html><head/><body><p>Specify an angle to rotate position tracking. It lets the tracker avoid moving on the X and Y axes when zooming, since camera isn't mounted perfectly in front of the model, but above or below.</p></body></html></string> + <string>Specify an angle to rotate position tracking. It lets the tracker avoid moving on the X and Y axes when zooming, since camera isn't mounted perfectly in front of the model, but above or below.</string> </property> <property name="alignment"> <set>Qt::AlignJustify|Qt::AlignVCenter</set> |