Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Frameworks
Kirigami
Commits
015a8395
Commit
015a8395
authored
May 16, 2022
by
Nate Graham
Browse files
Show tooltip for collapsed "Open Sidebar" button
Otherwise it may not be clear what it does.
BUG: 453771
FIXED-IN: 5.95
parent
72a43783
Pipeline
#177316
passed with stage
in 10 minutes and 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/controls/GlobalDrawer.qml
View file @
015a8395
...
...
@@ -562,6 +562,10 @@ OverlayDrawer {
onClicked
:
root
.
collapsed
=
!
root
.
collapsed
visible
:
root
.
collapsible
&&
root
.
collapseButtonVisible
text
:
root
.
collapsed
?
""
:
qsTr
(
"
Close Sidebar
"
)
QQC2.ToolTip.visible
:
root
.
collapsed
&&
hovered
QQC2.ToolTip.text
:
qsTr
(
"
Open Sidebar
"
)
QQC2.ToolTip.delay
:
Units
.
toolTipDelay
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment