latest commits from gta5sync
This commit is contained in:
parent
de9d15529b
commit
144b3238df
3 changed files with 140 additions and 97 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue