Skip to content

Commit

Permalink
Editing Event Mode Enabled label geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
erinharrington-12 committed Oct 10, 2024
1 parent 055a720 commit 85664aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StatusBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ StatusBar::StatusBar(QWidget *parent)
{
setSizeGripEnabled(false);
eventModeLabel = new QLabel("Event Mode Enabled", this);
eventModeLabel->setGeometry(300, 0, 800, 25);
eventModeLabel->setGeometry(340, 0, 800, 25);
eventModeLabel->setScaledContents(true);
eventModeLabel->lower();
eventModeLabel->hide();
Expand Down

0 comments on commit 85664aa

Please sign in to comment.