[vlc-devel] [PATCH 4/9] Qt: spref, move "Continue playback?" to playlist
Pierre Lamot
pierre at videolabs.io
Tue Dec 19 11:56:53 CET 2017
---
modules/gui/qt/ui/sprefs_interface.ui | 44 +++++++++++++++++------------------
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/modules/gui/qt/ui/sprefs_interface.ui b/modules/gui/qt/ui/sprefs_interface.ui
index fe937d1b5a..6dba081bb4 100644
--- a/modules/gui/qt/ui/sprefs_interface.ui
+++ b/modules/gui/qt/ui/sprefs_interface.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>700</width>
- <height>757</height>
+ <height>785</height>
</rect>
</property>
<property name="sizePolicy">
@@ -271,20 +271,6 @@
</property>
</widget>
</item>
- <item row="10" column="0">
- <widget class="QLabel" name="continuePlaybackLabel">
- <property name="text">
- <string>Continue playback?</string>
- </property>
- </widget>
- </item>
- <item row="10" column="2" colspan="2">
- <widget class="QComboBox" name="continuePlaybackComboBox">
- <property name="enabled">
- <bool>true</bool>
- </property>
- </widget>
- </item>
<item row="11" column="0">
<widget class="QLabel" name="autoRaiseLabel">
<property name="text">
@@ -440,13 +426,6 @@
<string>Playlist and Instances</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QCheckBox" name="OneInterfaceMode">
- <property name="text">
- <string>Allow only one instance</string>
- </property>
- </widget>
- </item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="oneInstanceFromFile">
<property name="text">
@@ -475,6 +454,27 @@
</property>
</widget>
</item>
+ <item row="4" column="1">
+ <widget class="QComboBox" name="continuePlaybackComboBox">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="continuePlaybackLabel">
+ <property name="text">
+ <string>Continue playback?</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="OneInterfaceMode">
+ <property name="text">
+ <string>Allow only one instance</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
--
2.14.1
More information about the vlc-devel
mailing list