[vlc-commits] Qt: default FSC width to 800

Jean-Baptiste Kempf git at videolan.org
Fri Nov 25 11:39:44 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Nov 25 11:39:11 2011 +0100| [876ebf085ebd2038b383b9e716fa5e53ee6c0a71] | committer: Jean-Baptiste Kempf

Qt: default FSC width to 800

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=876ebf085ebd2038b383b9e716fa5e53ee6c0a71
---

 modules/gui/qt4/components/controller.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 5960dc1..766b5ee 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -723,7 +723,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i, QWi
     vout.clear();
 
     setWindowFlags( Qt::ToolTip );
-    setMinimumWidth( 600 );
+    setMinimumWidth( 800 );
     setMinimumHeight( 72 );
     isWideFSC = false;
 



More information about the vlc-commits mailing list