testing workaround

This commit is contained in:
Rafael 2016-11-01 16:27:38 +01:00
parent 9bc7266b7c
commit 48fce03992
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void PictureDialog::addPreviousNextButtons()
backAction->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_NoSystemBackground, false);
setStyleSheet("PictureDialog { background: transparent; }");