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
1f572787
Verified
Commit
1f572787
authored
Jan 02, 2022
by
Carl Schwan
🚴
Browse files
Port away from deprecated Kirigami.Heading api
parent
6a11d3b2
Pipeline
#117455
passed with stage
in 6 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Sidebar.qml
View file @
1f572787
...
...
@@ -335,7 +335,10 @@ Kirigami.OverlayDrawer {
visible
:
TagManager
.
tagModel
.
rowCount
()
>
0
Accessible.name
:
tagsHeadingItem
.
expanded
?
i18nc
(
'
Accessible description of dropdown menu
'
,
'
Tags, Expanded
'
)
:
i18nc
(
'
Accessible description of dropdown menu
'
,
'
Tags, Collapsed
'
)
Kirigami.Heading
{
id
:
headingSizeCalculator
}
Kirigami.Heading
{
id
:
headingSizeCalculator
level
:
4
}
highlighted
:
visualFocus
leading
:
Kirigami.Icon
{
...
...
@@ -347,7 +350,7 @@ Kirigami.OverlayDrawer {
}
text
:
i18n
(
"
Tags
"
)
labelItem.color
:
visualFocus
?
Kirigami
.
Theme
.
textColor
:
Kirigami
.
Theme
.
disabledTextColor
labelItem.font.pointSize
:
headingSizeCalculator
.
headerP
ointSize
(
4
)
labelItem.font.pointSize
:
headingSizeCalculator
.
font
.
p
ointSize
Layout.bottomMargin
:
Kirigami
.
Units
.
largeSpacing
trailing
:
Kirigami.Icon
{
implicitWidth
:
Kirigami
.
Units
.
iconSizes
.
small
...
...
@@ -408,7 +411,7 @@ Kirigami.OverlayDrawer {
text
:
i18n
(
"
Calendars
"
)
highlighted
:
visualFocus
labelItem.color
:
visualFocus
?
Kirigami
.
Theme
.
textColor
:
Kirigami
.
Theme
.
disabledTextColor
labelItem.font.pointSize
:
headingSizeCalculator
.
headerP
ointSize
(
4
)
labelItem.font.pointSize
:
headingSizeCalculator
.
font
.
p
ointSize
trailing
:
Kirigami.Icon
{
implicitWidth
:
Kirigami
.
Units
.
iconSizes
.
small
implicitHeight
:
Kirigami
.
Units
.
iconSizes
.
small
...
...
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