diff options
| author | Elvis Angelaccio <[email protected]> | 2017-03-01 17:49:48 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2017-03-10 18:56:58 +0100 |
| commit | e8eb6a7f2c27f5ae569fe2427a2034527f9552fe (patch) | |
| tree | 46eabad52b4876e96f559694dabf2b5f05d6905a /src/statusbar | |
| parent | b79ea9f5e4a83e4cc877235a6aa62f666bee0289 (diff) | |
Show pointing hand cursor when hovering spaceinfo bar
Summary:
This improves the discoverability of the diskspace menu, a feature
otherwise almost impossible to find.
Reviewers: gregormi, emmanuelp
Differential Revision: https://phabricator.kde.org/D4873
Diffstat (limited to 'src/statusbar')
| -rw-r--r-- | src/statusbar/statusbarspaceinfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/statusbar/statusbarspaceinfo.cpp b/src/statusbar/statusbarspaceinfo.cpp index ed909cd28..03ab247ca 100644 --- a/src/statusbar/statusbarspaceinfo.cpp +++ b/src/statusbar/statusbarspaceinfo.cpp @@ -33,6 +33,7 @@ StatusBarSpaceInfo::StatusBarSpaceInfo(QWidget* parent) : KCapacityBar(KCapacityBar::DrawTextInline, parent), m_observer(0) { + setCursor(Qt::PointingHandCursor); } StatusBarSpaceInfo::~StatusBarSpaceInfo() |
