From a72c07243bc913bbee7fe572446d490fad9e5e43 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 9 Aug 2010 13:02:41 +0000 Subject: avoid qsplitter children to collapse, since we already have buttons where necessary (fixes #889); small fix to iograph: added sanity check to traffic counters git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4828 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/help/helpwidget.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/help/helpwidget.cpp') diff --git a/src/modules/help/helpwidget.cpp b/src/modules/help/helpwidget.cpp index 2ae0c6a2c..f84405730 100644 --- a/src/modules/help/helpwidget.cpp +++ b/src/modules/help/helpwidget.cpp @@ -48,6 +48,7 @@ KviHelpWidget::KviHelpWidget(QWidget * par,KviFrame *,bool bIsStandalone) : QWidget(par) { setObjectName("help_widget"); + setMinimumWidth(80); if(bIsStandalone)g_pHelpWidgetList->append(this); m_bIsStandalone = bIsStandalone; -- cgit v1.3.1-10-gc9f91