mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:49:56 +00:00
another layout correction
This commit is contained in:
parent
5a1ce4943e
commit
a5bbfff9e2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void CSVSettings::Dialog::buildPages()
|
||||||
mStackedWidget->addWidget (page);
|
mStackedWidget->addWidget (page);
|
||||||
}
|
}
|
||||||
|
|
||||||
mPageListWidget->setMaximumWidth (maxWidth + 50);
|
mPageListWidget->setMaximumWidth (maxWidth + 10);
|
||||||
|
|
||||||
resize (mStackedWidget->sizeHint());
|
resize (mStackedWidget->sizeHint());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue