diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-14 16:19:56 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:17 -0500 |
| commit | 8bcf8cde3c089650abd006a9b8e91c82f6a13880 (patch) | |
| tree | b72a9023376c3a6acfa9587d9007f8a10f298c91 /src/statusbar.h | |
| parent | 87868e1b22c27ebf10646269e89cc2848431c0b6 (diff) | |
hide spacers on statusbar when the progress bar is not visible
always show menu items, added status tips
Diffstat (limited to 'src/statusbar.h')
| -rw-r--r-- | src/statusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statusbar.h b/src/statusbar.h index 3da45d41..708615a1 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -49,6 +49,8 @@ protected: private: Ui::MainWindow* ui; QProgressBar* m_progress; + QWidget* m_progressSpacer1; + QWidget* m_progressSpacer2; StatusBarAction* m_notifications; StatusBarAction* m_update; QLabel* m_api; |
