[vlc-devel] commit: Qt: Sprefs video, add more space around the text ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jan 15 08:23:23 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 15 08:13:28 2010 +0100| [53fe486a0f8b58ed74c9cb076bf62e578a6c2164] | committer: Jean-Baptiste Kempf
Qt: Sprefs video, add more space around the text
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=53fe486a0f8b58ed74c9cb076bf62e578a6c2164
---
modules/gui/qt4/ui/sprefs_video.ui | 30 +++++++++++++++++++++++-------
1 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_video.ui b/modules/gui/qt4/ui/sprefs_video.ui
index ae304db..d595f66 100644
--- a/modules/gui/qt4/ui/sprefs_video.ui
+++ b/modules/gui/qt4/ui/sprefs_video.ui
@@ -7,8 +7,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>514</width>
- <height>606</height>
+ <width>820</width>
+ <height>626</height>
</rect>
</property>
<property name="windowTitle">
@@ -216,10 +216,10 @@
<property name="spacing">
<number>6</number>
</property>
- <item row="0" column="1" colspan="2">
+ <item row="0" column="2" colspan="2">
<widget class="QLineEdit" name="snapshotsDirectory"/>
</item>
- <item row="0" column="3">
+ <item row="0" column="4">
<widget class="QPushButton" name="snapshotsDirectoryBrowse">
<property name="text">
<string>Browse...</string>
@@ -246,7 +246,7 @@
</property>
</widget>
</item>
- <item row="1" column="1">
+ <item row="1" column="2">
<widget class="QLineEdit" name="snapshotsPrefix">
<property name="text">
<string>vlc-snap</string>
@@ -263,16 +263,32 @@
</property>
</widget>
</item>
- <item row="2" column="1" colspan="3">
+ <item row="2" column="2" colspan="3">
<widget class="QComboBox" name="snapshotsFormat"/>
</item>
- <item row="1" column="2" colspan="2">
+ <item row="1" column="3" colspan="2">
<widget class="QCheckBox" name="snapshotsSequentialNumbering">
<property name="text">
<string>Sequential numbering</string>
</property>
</widget>
</item>
+ <item row="0" column="1">
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Preferred</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</widget>
</item>
More information about the vlc-devel
mailing list