From 0ba739c47e4de0bf87ee2ad9c58a98bb95abc5b0 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Tue, 17 Nov 2020 12:47:20 -0700 Subject: 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 --- src/statusbar/dolphinstatusbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/statusbar/dolphinstatusbar.h') 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; -- cgit v1.3.1