diff options
| author | Nate Graham <[email protected]> | 2020-11-17 12:47:20 -0700 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2021-01-23 23:15:56 +0000 |
| commit | 0ba739c47e4de0bf87ee2ad9c58a98bb95abc5b0 (patch) | |
| tree | 1c0c17301300692d5c98897a21591afe29481781 /src/statusbar/dolphinstatusbar.h | |
| parent | 8236e95c765b27edfb7d3ae17635518a0120e029 (diff) | |
Add explanatory label to status bar's icon size slider
Right now the slider has no label. Let's add one so it's clear what it
does.
BUG: 429255
FIXED-IN: 21.04
Diffstat (limited to 'src/statusbar/dolphinstatusbar.h')
| -rw-r--r-- | src/statusbar/dolphinstatusbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar/dolphinstatusbar.h b/src/statusbar/dolphinstatusbar.h index b34f80203..30968be6e 100644 --- a/src/statusbar/dolphinstatusbar.h +++ b/src/statusbar/dolphinstatusbar.h @@ -124,6 +124,7 @@ private: QString m_text; QString m_defaultText; KSqueezedTextLabel* m_label; + QLabel* m_zoomLabel; StatusBarSpaceInfo* m_spaceInfo; QSlider* m_zoomSlider; |
