mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
cabana: add space to help message (#27384)
add space
old-commit-hash: 8d9f99b835
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