PackageInstaller: Increase install type description height

* In case the scroll bar needs to appear, it had not enough room.
This commit is contained in:
Stephan Aßmus 2014-02-20 17:12:00 +01:00
parent 8e8869a916
commit ab29480f78
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ PackageView::_InitView()
// Install type description text view // Install type description text view
fInstallTypeDescriptionView = new DescriptionTextView( fInstallTypeDescriptionView = new DescriptionTextView(
"install type description", fontHeight * 3); "install type description", fontHeight * 4);
fInstallTypeDescriptionView->MakeEditable(false); fInstallTypeDescriptionView->MakeEditable(false);
fInstallTypeDescriptionView->MakeSelectable(false); fInstallTypeDescriptionView->MakeSelectable(false);
fInstallTypeDescriptionView->SetInsets(8, 0, 0, 0); fInstallTypeDescriptionView->SetInsets(8, 0, 0, 0);