mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Modified dialog default size
This commit is contained in:
parent
bdd5c291b0
commit
f87c82450a
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ void ModelsBrowser::applyFilter(const QString &filter) {
|
|||
void ModelsBrowser::browse() {
|
||||
QDialog dialog;
|
||||
dialog.setWindowTitle("Browse models");
|
||||
dialog.setMinimumSize(570, 500);
|
||||
|
||||
QGridLayout* layout = new QGridLayout(&dialog);
|
||||
dialog.setLayout(layout);
|
||||
|
|
Loading…
Reference in a new issue