[vlc-devel] commit: Qt: open dialog, set a minimumSize for the playButton ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Feb 26 21:02:52 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 25 18:08:41 2010 +0100| [f74eff7db9c0e4b7f8d3e6108ca6ab3985928255] | committer: Jean-Baptiste Kempf
Qt: open dialog, set a minimumSize for the playButton
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f74eff7db9c0e4b7f8d3e6108ca6ab3985928255
---
modules/gui/qt4/ui/open.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/ui/open.ui b/modules/gui/qt4/ui/open.ui
index e78ddce..e873ef2 100644
--- a/modules/gui/qt4/ui/open.ui
+++ b/modules/gui/qt4/ui/open.ui
@@ -230,7 +230,7 @@
</property>
<property name="minimumSize">
<size>
- <width>0</width>
+ <width>70</width>
<height>0</height>
</size>
</property>
More information about the vlc-devel
mailing list