added drop support, latest changes from gta5sync
This commit is contained in:
parent
e041c576cd
commit
8ddd79d667
12 changed files with 288 additions and 102 deletions
|
@ -158,6 +158,10 @@ void PictureDialog::setupPictureDialog(bool withDatabase_)
|
|||
installEventFilter(ui->labPicture);
|
||||
ui->labPicture->setFixedSize(960 * screenRatio, 536 * screenRatio);
|
||||
ui->labPicture->setFocusPolicy(Qt::StrongFocus);
|
||||
|
||||
// Pre-adapt window for DPI
|
||||
setFixedWidth(960 * screenRatio);
|
||||
setFixedHeight(536 * screenRatio);
|
||||
}
|
||||
|
||||
PictureDialog::~PictureDialog()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue