From ab29480f78006f475603a8d247288c8745511472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Thu, 20 Feb 2014 17:12:00 +0100 Subject: [PATCH] PackageInstaller: Increase install type description height * In case the scroll bar needs to appear, it had not enough room. --- src/apps/packageinstaller/PackageView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/packageinstaller/PackageView.cpp b/src/apps/packageinstaller/PackageView.cpp index f2634a5801..a9520fd453 100644 --- a/src/apps/packageinstaller/PackageView.cpp +++ b/src/apps/packageinstaller/PackageView.cpp @@ -502,7 +502,7 @@ PackageView::_InitView() // Install type description text view fInstallTypeDescriptionView = new DescriptionTextView( - "install type description", fontHeight * 3); + "install type description", fontHeight * 4); fInstallTypeDescriptionView->MakeEditable(false); fInstallTypeDescriptionView->MakeSelectable(false); fInstallTypeDescriptionView->SetInsets(8, 0, 0, 0);