testing workaround
This commit is contained in:
parent
9bc7266b7c
commit
48fce03992
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void PictureDialog::addPreviousNextButtons()
|
||||||
backAction->setToolTip("");
|
backAction->setToolTip("");
|
||||||
nextAction->setToolTip("");
|
nextAction->setToolTip("");
|
||||||
|
|
||||||
QtWin::extendFrameIntoClientArea(this, 0, uiToolbar->height() - 5, 0, 0);
|
QtWin::extendFrameIntoClientArea(this, 0, uiToolbar->height() - 4, 0, 0);
|
||||||
setAttribute(Qt::WA_TranslucentBackground, true);
|
setAttribute(Qt::WA_TranslucentBackground, true);
|
||||||
setAttribute(Qt::WA_NoSystemBackground, false);
|
setAttribute(Qt::WA_NoSystemBackground, false);
|
||||||
setStyleSheet("PictureDialog { background: transparent; }");
|
setStyleSheet("PictureDialog { background: transparent; }");
|
||||||
|
|
Loading…
Reference in a new issue