From a5bbfff9e2d8fa177411734bd35ebaad836814bd Mon Sep 17 00:00:00 2001 From: Marc Zinnschlag Date: Sun, 19 Oct 2014 13:43:40 +0200 Subject: [PATCH] another layout correction --- apps/opencs/view/settings/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/opencs/view/settings/dialog.cpp b/apps/opencs/view/settings/dialog.cpp index e66da8571..0b1231266 100644 --- a/apps/opencs/view/settings/dialog.cpp +++ b/apps/opencs/view/settings/dialog.cpp @@ -74,7 +74,7 @@ void CSVSettings::Dialog::buildPages() mStackedWidget->addWidget (page); } - mPageListWidget->setMaximumWidth (maxWidth + 50); + mPageListWidget->setMaximumWidth (maxWidth + 10); resize (mStackedWidget->sizeHint()); }