mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Reduce status bar left padding to 10px
This commit is contained in:
@@ -348,6 +348,7 @@ void MainWindow::createMenus() {
|
|||||||
|
|
||||||
void MainWindow::createStatusBar() {
|
void MainWindow::createStatusBar() {
|
||||||
m_statusLabel = new QLabel("Ready");
|
m_statusLabel = new QLabel("Ready");
|
||||||
|
m_statusLabel->setContentsMargins(10, 0, 0, 0);
|
||||||
statusBar()->addWidget(m_statusLabel, 1);
|
statusBar()->addWidget(m_statusLabel, 1);
|
||||||
statusBar()->setStyleSheet("QStatusBar { background: #252526; color: #858585; }");
|
statusBar()->setStyleSheet("QStatusBar { background: #252526; color: #858585; }");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user