Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
dda77f87
Commit
dda77f87
authored
Nov 02, 2021
by
Claudio Cambra
Browse files
Disabled clickable elements in sidebar when sidebar is collapsed
parent
31b175e0
Pipeline
#93305
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Sidebar.qml
View file @
dda77f87
...
...
@@ -334,6 +334,7 @@ Kirigami.OverlayDrawer {
delegate
:
Kirigami.BasicListItem
{
Layout.fillWidth
:
true
enabled
:
!
sidebar
.
collapsed
label
:
display
labelItem.color
:
Kirigami
.
Theme
.
textColor
...
...
@@ -388,6 +389,7 @@ Kirigami.OverlayDrawer {
topPadding
:
2
*
Kirigami
.
Units
.
largeSpacing
leftPadding
:
Kirigami
.
Settings
.
isMobile
?
Kirigami
.
Units
.
largeSpacing
*
2
:
Kirigami
.
Units
.
largeSpacing
hoverEnabled
:
false
enabled
:
!
sidebar
.
collapsed
background
:
Item
{}
separatorVisible
:
false
...
...
@@ -419,6 +421,7 @@ Kirigami.OverlayDrawer {
leftPadding
:
Kirigami
.
Settings
.
isMobile
?
Kirigami
.
Units
.
largeSpacing
*
2
:
Kirigami
.
Units
.
largeSpacing
separatorVisible
:
false
reserveSpaceForIcon
:
true
enabled
:
!
sidebar
.
collapsed
trailing
:
ColoredCheckbox
{
id
:
calendarCheckbox
...
...
Claudio Cambra
@clau-cambra
mentioned in issue
#56 (closed)
·
Nov 02, 2021
mentioned in issue
#56 (closed)
mentioned in issue #56
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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