[vlc-devel] commit: Very small fixes on UI. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jun 25 06:32:44 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 24 21:34:28 2008 -0700| [e1901193c03cff2dfeca1c00f4c856d569317fc7]
Very small fixes on UI.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1901193c03cff2dfeca1c00f4c856d569317fc7
---
modules/gui/qt4/ui/open_capture.ui | 24 ++++++++++++------------
modules/gui/qt4/ui/open_net.ui | 3 ++-
2 files changed, 14 insertions(+), 13 deletions(-)
diff --git a/modules/gui/qt4/ui/open_capture.ui b/modules/gui/qt4/ui/open_capture.ui
index 5f9e071..94af00b 100644
--- a/modules/gui/qt4/ui/open_capture.ui
+++ b/modules/gui/qt4/ui/open_capture.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>358</width>
- <height>163</height>
+ <height>177</height>
</rect>
</property>
<layout class="QGridLayout" >
@@ -52,16 +52,6 @@
</property>
</widget>
</item>
- <item row="4" column="0" >
- <widget class="QPushButton" name="advancedButton" >
- <property name="toolTip" >
- <string>_("Access advanced options to tweak the device")</string>
- </property>
- <property name="text" >
- <string>_("Advanced options...")</string>
- </property>
- </widget>
- </item>
<item row="5" column="0" colspan="4" >
<spacer>
<property name="orientation" >
@@ -70,7 +60,7 @@
<property name="sizeType" >
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
- <property name="sizeHint" >
+ <property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>30</height>
@@ -78,6 +68,16 @@
</property>
</spacer>
</item>
+ <item row="4" column="3" >
+ <widget class="QPushButton" name="advancedButton" >
+ <property name="toolTip" >
+ <string>_("Access advanced options to tweak the device")</string>
+ </property>
+ <property name="text" >
+ <string>_("Advanced options...")</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<resources/>
diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index 40cecc5..424d89d 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -79,7 +79,8 @@
<item row="1" column="1" >
<widget class="QLineEdit" name="addressText" >
<property name="toolTip" >
- <string>_("Enter the URL of the network stream here,\nwith or without the protocol.")</string>
+ <string>_("Enter the URL of the network stream here,
+with or without the protocol.")</string>
</property>
</widget>
</item>
More information about the vlc-devel
mailing list