From 876ebf085ebd2038b383b9e716fa5e53ee6c0a71 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 25 Nov 2011 11:39:11 +0100 Subject: [PATCH] Qt: default FSC width to 800 --- modules/gui/qt4/components/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp index 5960dc155f..766b5eee9d 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; -- 2.39.2