Skip to content

Commit

Permalink
No good layout-preserving size control, so restore label
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Jul 19, 2024
1 parent 764e7e3 commit 94a1c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ MainWindow::MainWindow(AudioMode audioMode, MIDIMode midiMode, bool withOSCSuppo
m_subsetOfScoreSelected = false;

m_alignerChoice = new QPushButton();
m_alignerChoice->setMaximumWidth(24);
QChar dot(0x00b7);
m_alignerChoice->setText(QString("%1%2%3").arg(dot).arg(dot).arg(dot));

m_alignCommands = new QWidget;
QHBoxLayout *aclayout = new QHBoxLayout;
Expand Down

0 comments on commit 94a1c6a

Please sign in to comment.