Skip to content

Commit

Permalink
Added name for ErrorLogToolButton to keep it always at the most rig…
Browse files Browse the repository at this point in the history
…ht of the status bar
  • Loading branch information
kerim371 committed Nov 27, 2023
1 parent b549699 commit a7017cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Base/QTApp/qSlicerMainWindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ void qSlicerMainWindowPrivate::setupStatusBar()
{
Q_Q(qSlicerMainWindow);
this->ErrorLogToolButton = new QToolButton();
this->ErrorLogToolButton->setObjectName("ErrorLogToolButton");
this->ErrorLogToolButton->setDefaultAction(this->ErrorLogToggleViewAction);
q->statusBar()->addPermanentWidget(this->ErrorLogToolButton);

Expand Down

0 comments on commit a7017cf

Please sign in to comment.