Desktop: fix warnings when building preferences UI

Fixes #1618

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-09-01 08:13:24 -07:00
parent 89e0c3f464
commit 23067e5dd8

View file

@ -19,7 +19,7 @@
<property name="title"> <property name="title">
<string>Lists and tables</string> <string>Lists and tables</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_11"> <layout class="QHBoxLayout" name="horizontalLayout_1">
<property name="margin"> <property name="margin">
<number>5</number> <number>5</number>
</property> </property>
@ -51,7 +51,7 @@
<property name="title"> <property name="title">
<string>Dives</string> <string>Dives</string>
</property> </property>
<layout class="QFormLayout" name="formLayout"> <layout class="QFormLayout" name="formLayout_2">
<property name="horizontalSpacing"> <property name="horizontalSpacing">
<number>5</number> <number>5</number>
</property> </property>
@ -101,7 +101,7 @@
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3b"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QLineEdit" name="defaultfilename"/> <widget class="QLineEdit" name="defaultfilename"/>
</item> </item>
@ -178,7 +178,7 @@
<property name="title"> <property name="title">
<string>Animations</string> <string>Animations</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_7"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="margin"> <property name="margin">
<number>5</number> <number>5</number>
</property> </property>
@ -232,7 +232,7 @@
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_3b"> <layout class="QHBoxLayout" name="horizontalLayout_5">
<item> <item>
<widget class="QLineEdit" name="ffmpegExecutable"/> <widget class="QLineEdit" name="ffmpegExecutable"/>
</item> </item>