latest commits from gta5sync

This commit is contained in:
Rafael 2017-01-22 19:52:39 +01:00
parent de9d15529b
commit 144b3238df
3 changed files with 140 additions and 97 deletions

View file

@ -137,9 +137,10 @@ void PictureDialog::adaptNewDialogSize(QSize newLabelSize)
if (navienabled) newDialogHeight = newDialogHeight + layout()->menuBar()->height();
setMinimumSize(width(), newDialogHeight);
setMaximumSize(width(), newDialogHeight);
resize(width(), newDialogHeight);
setFixedHeight(newDialogHeight);
ui->labPicture->updateGeometry();
ui->jsonFrame->updateGeometry();
updateGeometry();
}
void PictureDialog::stylizeDialog()