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
b3cf793c
Commit
b3cf793c
authored
Dec 31, 2021
by
Claudio Cambra
Browse files
Add circle to combo box display too
parent
d6f16209
Pipeline
#116457
passed with stage
in 7 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/IncidenceEditor.qml
View file @
b3cf793c
...
...
@@ -144,6 +144,16 @@ Kirigami.ScrollablePage {
valueRole
:
"
collectionId
"
currentIndex
:
model
&&
collectionId
!==
-
1
?
CalendarManager
.
getCalendarSelectableIndex
(
root
.
incidenceWrapper
)
:
-
1
indicator
:
Rectangle
{
id
:
indicatorDot
implicitHeight
:
calendarCombo
.
implicitHeight
*
0.4
implicitWidth
:
implicitHeight
x
:
calendarCombo
.
mirrored
?
calendarCombo
.
leftPadding
:
calendarCombo
.
width
-
(
calendarCombo
.
leftPadding
*
3
)
-
Kirigami
.
Units
.
iconSizes
.
smallMedium
y
:
calendarCombo
.
topPadding
+
(
calendarCombo
.
availableHeight
-
height
)
/
2
radius
:
width
*
0.5
color
:
CalendarManager
.
getCollectionDetails
(
calendarCombo
.
currentValue
).
color
}
model
:
KDescendantsProxyModel
{
displayAncestorData
:
true
model
:
{
...
...
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