[vlc-commits] qt: Editor - Increase minimum height of the window
    Rohan Rajpal 
    git at videolan.org
       
    Wed Aug 21 16:27:05 CEST 2019
    
    
  
vlc | branch: master | Rohan Rajpal <rohan17089 at iiitd.ac.in> | Mon Aug 12 17:57:47 2019 +0530| [4ac8e8f705214420094b5fdf6ba91280689fb5aa] | committer: Jean-Baptiste Kempf
qt: Editor - Increase minimum height of the window
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ac8e8f705214420094b5fdf6ba91280689fb5aa
---
 modules/gui/qt/dialogs/toolbareditor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/dialogs/toolbareditor.cpp b/modules/gui/qt/dialogs/toolbareditor.cpp
index bc44c049bf..93c0c7941c 100644
--- a/modules/gui/qt/dialogs/toolbareditor.cpp
+++ b/modules/gui/qt/dialogs/toolbareditor.cpp
@@ -41,7 +41,7 @@ ToolbarEditorDialog::ToolbarEditorDialog( QWidget *_w, intf_thread_t *_p_intf)
     setWindowTitle( qtr( "Toolbars Editor" ) );
     setWindowRole( "vlc-toolbars-editor" );
     setMinimumWidth( 800 );
-    setMinimumHeight( 500 );
+    setMinimumHeight( 600 );
 
     /* Profile */
     QGridLayout *mainLayout = new QGridLayout( this );
    
    
More information about the vlc-commits
mailing list