mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-14 13:52:12 +08:00
cabana: add space to help message (#27384)
add space old-commit-hash: 8d9f99b835aeb0d317337d1f87a961e75f8d6468
This commit is contained in:
@@ -176,7 +176,7 @@ void MainWindow::createStatusBar() {
|
||||
progress_bar->setTextVisible(true);
|
||||
progress_bar->setFixedSize({230, 16});
|
||||
progress_bar->setVisible(false);
|
||||
statusBar()->addWidget(new QLabel(tr("For Help,Press F1")));
|
||||
statusBar()->addWidget(new QLabel(tr("For Help, Press F1")));
|
||||
statusBar()->addPermanentWidget(progress_bar);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user