Skip to content

Commit

Permalink
Force accept/reject layout to same size as the alignment layout befor…
Browse files Browse the repository at this point in the history
…e showing it
  • Loading branch information
cannam committed Aug 14, 2024
1 parent d4f5050 commit b8d47c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2970,6 +2970,8 @@ MainWindow::alignmentReadyForReview()

m_paneStack->setCurrentLayer(onsetsPane, onsetsLayer);

m_alignAcceptReject->setFixedSize(m_alignCommands->size());

m_alignCommands->hide();
m_alignAcceptReject->show();

Expand Down

0 comments on commit b8d47c8

Please sign in to comment.