mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Increase safety size for config widgets
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@910 05730e5d-ab1b-0410-a4ac-84af385074fa
This commit is contained in:
parent
fdf7ee61e5
commit
dbaaa61321
@ -136,7 +136,7 @@ void ConfigDialog::addPage(ConfigWidget *cw) {
|
||||
cw->setMinimumSize(ms);
|
||||
|
||||
ms.rwidth() += 128;
|
||||
ms.rheight() += 64;
|
||||
ms.rheight() += 192;
|
||||
if ((ms.width() > ds.width()) || (ms.height() > ds.height())) {
|
||||
QScrollArea *qsa=new QScrollArea(this);
|
||||
qsa->setWidgetResizable(true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user