PackageInstaller: Increase install type description height
* In case the scroll bar needs to appear, it had not enough room.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user