Commit 2ed186ab authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: sprefs_subtitles fix layout

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f4d4a5e0
...@@ -55,6 +55,12 @@ ...@@ -55,6 +55,12 @@
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="subLangLabel"> <widget class="QLabel" name="subLangLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Preferred subtitles language</string> <string>Preferred subtitles language</string>
</property> </property>
...@@ -75,6 +81,12 @@ ...@@ -75,6 +81,12 @@
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="encodLabel"> <widget class="QLabel" name="encodLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Default encoding</string> <string>Default encoding</string>
</property> </property>
...@@ -97,6 +109,12 @@ ...@@ -97,6 +109,12 @@
</item> </item>
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="fontEffectLabel"> <widget class="QLabel" name="fontEffectLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Effect</string> <string>Effect</string>
</property> </property>
...@@ -110,6 +128,12 @@ ...@@ -110,6 +128,12 @@
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="fontColorLabel"> <widget class="QLabel" name="fontColorLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font color</string> <string>Font color</string>
</property> </property>
...@@ -123,6 +147,12 @@ ...@@ -123,6 +147,12 @@
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="fontSizeLabel"> <widget class="QLabel" name="fontSizeLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font size</string> <string>Font size</string>
</property> </property>
...@@ -136,6 +166,12 @@ ...@@ -136,6 +166,12 @@
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="fontLabel"> <widget class="QLabel" name="fontLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Font</string> <string>Font</string>
</property> </property>
...@@ -162,6 +198,12 @@ ...@@ -162,6 +198,12 @@
</item> </item>
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="subsPosLabel"> <widget class="QLabel" name="subsPosLabel">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Force subtitle position</string> <string>Force subtitle position</string>
</property> </property>
......
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