Commit 53fe486a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: Sprefs video, add more space around the text

parent ec8a3f8e
......@@ -7,8 +7,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>514</width>
<height>606</height>
<width>820</width>
<height>626</height>
</rect>
</property>
<property name="windowTitle">
......@@ -216,10 +216,10 @@
<property name="spacing">
<number>6</number>
</property>
<item row="0" column="1" colspan="2">
<item row="0" column="2" colspan="2">
<widget class="QLineEdit" name="snapshotsDirectory"/>
</item>
<item row="0" column="3">
<item row="0" column="4">
<widget class="QPushButton" name="snapshotsDirectoryBrowse">
<property name="text">
<string>Browse...</string>
......@@ -246,7 +246,7 @@
</property>
</widget>
</item>
<item row="1" column="1">
<item row="1" column="2">
<widget class="QLineEdit" name="snapshotsPrefix">
<property name="text">
<string>vlc-snap</string>
......@@ -263,16 +263,32 @@
</property>
</widget>
</item>
<item row="2" column="1" colspan="3">
<item row="2" column="2" colspan="3">
<widget class="QComboBox" name="snapshotsFormat"/>
</item>
<item row="1" column="2" colspan="2">
<item row="1" column="3" colspan="2">
<widget class="QCheckBox" name="snapshotsSequentialNumbering">
<property name="text">
<string>Sequential numbering</string>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment