Commit e0915e7b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Open Panel line size fix.

parent b75b548f
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>537</width> <width>586</width>
<height>640</height> <height>532</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy" >
...@@ -123,17 +123,17 @@ ...@@ -123,17 +123,17 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="1" column="0" > <item row="1" column="1" colspan="6" >
<widget class="Line" name="line" />
</item>
<item row="2" column="0" colspan="7" >
<widget class="QCheckBox" name="slaveCheckbox" > <widget class="QCheckBox" name="slaveCheckbox" >
<property name="text" > <property name="text" >
<string>_("Play another media synchronously (extra audio file, ...)")</string> <string>_("Play another media synchronously (extra audio file, ...)")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" colspan="6" > <item row="3" column="0" >
<widget class="Line" name="line" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="slaveLabel" > <widget class="QLabel" name="slaveLabel" >
<property name="text" > <property name="text" >
<string>_("Extra media")</string> <string>_("Extra media")</string>
...@@ -143,10 +143,10 @@ ...@@ -143,10 +143,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" colspan="4" > <item row="3" column="1" colspan="4" >
<widget class="QLineEdit" name="slaveText" /> <widget class="QLineEdit" name="slaveText" />
</item> </item>
<item row="2" column="5" colspan="2" > <item row="3" column="5" colspan="2" >
<widget class="QPushButton" name="slaveBrowseButton" > <widget class="QPushButton" name="slaveBrowseButton" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Select the file")</string> <string>_("Select the file")</string>
...@@ -156,7 +156,10 @@ ...@@ -156,7 +156,10 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" > <item row="4" column="1" colspan="6" >
<widget class="Line" name="line" />
</item>
<item row="5" column="0" >
<widget class="QLabel" name="advancedLabel" > <widget class="QLabel" name="advancedLabel" >
<property name="text" > <property name="text" >
<string>_("Customize")</string> <string>_("Customize")</string>
...@@ -166,10 +169,7 @@ ...@@ -166,10 +169,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" colspan="6" > <item row="5" column="1" colspan="6" >
<widget class="Line" name="line" />
</item>
<item row="4" column="1" colspan="6" >
<widget class="QLineEdit" name="advancedLineInput" > <widget class="QLineEdit" name="advancedLineInput" >
<property name="toolTip" > <property name="toolTip" >
<string>_("Complete MRL for VLC internal")</string> <string>_("Complete MRL for VLC internal")</string>
......
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