[vlc-devel] commit: Qt: bigger help dialog. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Dec 30 13:21:12 CET 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec 29 21:45:04 2008 +0100| [f91e9862e2b5d0c2305ac38e5f624ab2399de5cb] | committer: Jean-Baptiste Kempf
Qt: bigger help dialog.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f91e9862e2b5d0c2305ac38e5f624ab2399de5cb
---
modules/gui/qt4/dialogs/help.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index 21ce3da..6b3a782 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -52,7 +52,7 @@ HelpDialog::HelpDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
{
setWindowTitle( qtr( "Help" ) );
- setMinimumSize( 250, 300 );
+ setMinimumSize( 350, 300 );
QGridLayout *layout = new QGridLayout( this );
QTextBrowser *helpBrowser = new QTextBrowser( this );
@@ -65,7 +65,7 @@ HelpDialog::HelpDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
layout->addWidget( closeButton, 1, 3 );
BUTTONACT( closeButton, close() );
- readSettings( "Help", QSize( 400, 450 ) );
+ readSettings( "Help", QSize( 500, 450 ) );
}
HelpDialog::~HelpDialog()
More information about the vlc-devel
mailing list