add spacing between items in header bar

This commit is contained in:
2026-07-23 21:20:56 +02:00
parent 79b79ab7c3
commit d1051607b2
2 changed files with 26 additions and 13 deletions

View File

@@ -66,7 +66,8 @@ private:
QLabel* m_timeLabel;
QLabel* m_blocksLabel;
QLabel* m_artifactsLabel;
QLabel* m_bossLabel;
QLabel* m_bossWaveLabel;
QLabel* m_nextBossLabel;
QPushButton* m_expandButton;
std::vector<QPushButton*> m_speedButtons;