summaryrefslogtreecommitdiffhomepage
path: root/gui/options-dialog.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-12-08 05:33:09 +0100
committerStanislaw Halik <sthalik@misaki.pl>2016-12-08 05:33:09 +0100
commit4acd40cd2997b2702d9ab411a0c85d1a92a6189d (patch)
treef89b76a755501d31d800a8092b7ae5fd3e4483e8 /gui/options-dialog.ui
parent982c7841be3e677d575fea9136f1b46f2d1bc1fe (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.ui4
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;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.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>