[vlc-devel] commit: Accelerate the network port SpinBox chooser. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jul 9 09:28:53 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 8 11:16:29 2008 +0200| [b48658bd32e48259689fe6b52a2f570f2cc9b004]
Accelerate the network port SpinBox chooser.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b48658bd32e48259689fe6b52a2f570f2cc9b004
---
modules/gui/qt4/ui/open_net.ui | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/ui/open_net.ui b/modules/gui/qt4/ui/open_net.ui
index 120fd5b..85b7a91 100644
--- a/modules/gui/qt4/ui/open_net.ui
+++ b/modules/gui/qt4/ui/open_net.ui
@@ -42,6 +42,9 @@
<property name="toolTip" >
<string>_("Select the port used")</string>
</property>
+ <property name="accelerated" >
+ <bool>true</bool>
+ </property>
<property name="maximum" >
<number>65535</number>
</property>
More information about the vlc-devel
mailing list