Commit 11e07b57 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

UI: Sprefs_int cosmetics

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ed7d6cbf
...@@ -51,6 +51,12 @@ ...@@ -51,6 +51,12 @@
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="artFetchLabel"> <widget class="QLabel" name="artFetchLabel">
<property name="minimumSize">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Album art download policy:</string> <string>Album art download policy:</string>
</property> </property>
...@@ -236,6 +242,9 @@ ...@@ -236,6 +242,9 @@
</sizepolicy> </sizepolicy>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<number>0</number>
</property>
<item> <item>
<widget class="QLabel" name="skinFileLabel"> <widget class="QLabel" name="skinFileLabel">
<property name="text"> <property name="text">
...@@ -288,6 +297,9 @@ ...@@ -288,6 +297,9 @@
<item row="1" column="2" colspan="4"> <item row="1" column="2" colspan="4">
<widget class="QWidget" name="native_zone" native="true"> <widget class="QWidget" name="native_zone" native="true">
<layout class="QGridLayout" name="gridLayout_4"> <layout class="QGridLayout" name="gridLayout_4">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QComboBox" name="displayModeBox"> <widget class="QComboBox" name="displayModeBox">
<property name="sizePolicy"> <property name="sizePolicy">
...@@ -359,11 +371,17 @@ ...@@ -359,11 +371,17 @@
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<widget class="QLabel" name="languageLabel"> <widget class="QLabel" name="languageLabel">
<property name="maximumSize">
<size>
<width>220</width>
<height>16777215</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Menus language:</string> <string>Menus language:</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -387,6 +405,12 @@ ...@@ -387,6 +405,12 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Set up associations...</string> <string>Set up associations...</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