diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index d75d9ff..bdf8d89 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -63,7 +63,7 @@ MainWindow::MainWindow(QWidget *parent) m_statusBar->addWidget(m_currentPathLabel); // Add spacer to push right-aligned items to the right - m_statusBar->addPermanentWidget(new QLabel(""), 1); + m_statusBar->addWidget(new QLabel(""), 1); // Ping indicator (green text) m_pingLabel = new QLabel(this);