Skip to content

Commit

Permalink
mainwin: Fix scoreview vertical shifting
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Nov 20, 2023
1 parent 46322c6 commit f5bdf85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/mainwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ void CAMainWin::setupCustomUi()
/// \todo When Qt Designer have support for setting the visibility property, do this in Qt Designer already! -Matevz
uiPrintToolBar->hide();
uiFileToolBar->hide();
uiStandardToolBar->setMinimumHeight(48); // Hack to prevent score view shifting when there is QTextEdit in the top toolbar or not.
uiStandardToolBar->updateGeometry();

// Insert Toolbar
Expand Down

0 comments on commit f5bdf85

Please sign in to comment.