aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/helpwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/helpwidget.cpp')
-rw-r--r--src/modules/help/helpwidget.cpp1
1 files changed, 1 insertions, 0 deletions
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;