[vlc-devel] commit: Open Panel line size fix. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Aug 6 23:23:01 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 5 17:30:18 2008 -0700| [e0915e7bdbb6b1c1ebe4c0dd931487bd4d464cf0] | committer: Jean-Baptiste Kempf
Open Panel line size fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0915e7bdbb6b1c1ebe4c0dd931487bd4d464cf0
---
modules/gui/qt4/ui/open.ui | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/modules/gui/qt4/ui/open.ui b/modules/gui/qt4/ui/open.ui
index a29c2b6..5e50f20 100644
--- a/modules/gui/qt4/ui/open.ui
+++ b/modules/gui/qt4/ui/open.ui
@@ -9,8 +9,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>537</width>
- <height>640</height>
+ <width>586</width>
+ <height>532</height>
</rect>
</property>
<property name="sizePolicy" >
@@ -123,17 +123,17 @@
</property>
</spacer>
</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" >
<property name="text" >
<string>_("Play another media synchronously (extra audio file, ...)")</string>
</property>
</widget>
</item>
- <item row="1" column="1" colspan="6" >
- <widget class="Line" name="line" />
- </item>
- <item row="2" column="0" >
+ <item row="3" column="0" >
<widget class="QLabel" name="slaveLabel" >
<property name="text" >
<string>_("Extra media")</string>
@@ -143,10 +143,10 @@
</property>
</widget>
</item>
- <item row="2" column="1" colspan="4" >
+ <item row="3" column="1" colspan="4" >
<widget class="QLineEdit" name="slaveText" />
</item>
- <item row="2" column="5" colspan="2" >
+ <item row="3" column="5" colspan="2" >
<widget class="QPushButton" name="slaveBrowseButton" >
<property name="toolTip" >
<string>_("Select the file")</string>
@@ -156,7 +156,10 @@
</property>
</widget>
</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" >
<property name="text" >
<string>_("Customize")</string>
@@ -166,10 +169,7 @@
</property>
</widget>
</item>
- <item row="3" column="1" colspan="6" >
- <widget class="Line" name="line" />
- </item>
- <item row="4" column="1" colspan="6" >
+ <item row="5" column="1" colspan="6" >
<widget class="QLineEdit" name="advancedLineInput" >
<property name="toolTip" >
<string>_("Complete MRL for VLC internal")</string>
More information about the vlc-devel
mailing list