GH-2552 Make the filter part of the version widget

This commit is contained in:
janrupf
2019-06-19 17:02:23 +02:00
committed by Petr Mrázek
parent ce12f1a734
commit 9cc23de047
13 changed files with 334 additions and 279 deletions

View File

@@ -105,6 +105,7 @@ void JavaPage::on_javaDetectBtn_clicked()
JavaInstallPtr java;
VersionSelectDialog vselect(MMC->javalist().get(), tr("Select a Java version"), this, true);
vselect.setFilterBoxVisible(false);
vselect.setResizeOn(2);
vselect.exec();