[vlc-devel] commit: UI: Sprefs_int cosmetics (Francois Cartegnie )
git version control
git at videolan.org
Thu Jun 11 22:55:17 CEST 2009
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Jun 11 16:08:24 2009 +0200| [11e07b57dd8f2747255366a1623f5407e03a87a5] | committer: Jean-Baptiste Kempf
UI: Sprefs_int cosmetics
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=11e07b57dd8f2747255366a1623f5407e03a87a5
---
modules/gui/qt4/ui/sprefs_interface.ui | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui
index bff4665..56962a1 100644
--- a/modules/gui/qt4/ui/sprefs_interface.ui
+++ b/modules/gui/qt4/ui/sprefs_interface.ui
@@ -51,6 +51,12 @@
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="artFetchLabel">
+ <property name="minimumSize">
+ <size>
+ <width>220</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Album art download policy:</string>
</property>
@@ -236,6 +242,9 @@
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
+ <property name="margin">
+ <number>0</number>
+ </property>
<item>
<widget class="QLabel" name="skinFileLabel">
<property name="text">
@@ -288,6 +297,9 @@
<item row="1" column="2" colspan="4">
<widget class="QWidget" name="native_zone" native="true">
<layout class="QGridLayout" name="gridLayout_4">
+ <property name="margin">
+ <number>0</number>
+ </property>
<item row="0" column="1">
<widget class="QComboBox" name="displayModeBox">
<property name="sizePolicy">
@@ -359,11 +371,17 @@
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="languageLabel">
+ <property name="maximumSize">
+ <size>
+ <width>220</width>
+ <height>16777215</height>
+ </size>
+ </property>
<property name="text">
<string>Menus language:</string>
</property>
<property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
@@ -387,6 +405,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="minimumSize">
+ <size>
+ <width>220</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text">
<string>Set up associations...</string>
</property>
More information about the vlc-devel
mailing list