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