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 @@ ...@@ -7,8 +7,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>514</width> <width>820</width>
<height>606</height> <height>626</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -216,10 +216,10 @@ ...@@ -216,10 +216,10 @@
<property name="spacing"> <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<item row="0" column="1" colspan="2"> <item row="0" column="2" colspan="2">
<widget class="QLineEdit" name="snapshotsDirectory"/> <widget class="QLineEdit" name="snapshotsDirectory"/>
</item> </item>
<item row="0" column="3"> <item row="0" column="4">
<widget class="QPushButton" name="snapshotsDirectoryBrowse"> <widget class="QPushButton" name="snapshotsDirectoryBrowse">
<property name="text"> <property name="text">
<string>Browse...</string> <string>Browse...</string>
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="2">
<widget class="QLineEdit" name="snapshotsPrefix"> <widget class="QLineEdit" name="snapshotsPrefix">
<property name="text"> <property name="text">
<string>vlc-snap</string> <string>vlc-snap</string>
...@@ -263,16 +263,32 @@ ...@@ -263,16 +263,32 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" colspan="3"> <item row="2" column="2" colspan="3">
<widget class="QComboBox" name="snapshotsFormat"/> <widget class="QComboBox" name="snapshotsFormat"/>
</item> </item>
<item row="1" column="2" colspan="2"> <item row="1" column="3" colspan="2">
<widget class="QCheckBox" name="snapshotsSequentialNumbering"> <widget class="QCheckBox" name="snapshotsSequentialNumbering">
<property name="text"> <property name="text">
<string>Sequential numbering</string> <string>Sequential numbering</string>
</property> </property>
</widget> </widget>
</item> </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> </layout>
</widget> </widget>
</item> </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