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
PIM
Itinerary
Commits
4cf409cc
Commit
4cf409cc
authored
Oct 09, 2021
by
Kai Uwe Broulik
🍇
Browse files
Round timeline delegate headers
To match Kirigami's AbstractCard background
parent
7e5cbed2
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/app/LocationInfoDelegate.qml
View file @
4cf409cc
...
...
@@ -21,6 +21,7 @@ Kirigami.AbstractCard {
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Complementary
Kirigami.Theme.inherit
:
false
color
:
Kirigami
.
Theme
.
backgroundColor
radius
:
Kirigami
.
Units
.
smallSpacing
implicitHeight
:
headerLayout
.
implicitHeight
+
Kirigami
.
Units
.
largeSpacing
*
2
anchors.leftMargin
:
-
root
.
leftPadding
anchors.topMargin
:
-
root
.
topPadding
...
...
src/app/TimelineDelegate.qml
View file @
4cf409cc
...
...
@@ -52,6 +52,7 @@ Kirigami.AbstractCard {
id
:
headerBackground
Kirigami.Theme.colorSet
:
controller
.
isCurrent
?
Kirigami
.
Theme
.
Selection
:
Kirigami
.
Theme
.
Complementary
Kirigami.Theme.inherit
:
false
radius
:
Kirigami
.
Units
.
smallSpacing
color
:
{
if
(
controller
.
connectionWarning
)
return
Kirigami
.
Theme
.
negativeTextColor
;
...
...
src/app/TransferDelegate.qml
View file @
4cf409cc
...
...
@@ -22,6 +22,7 @@ Kirigami.AbstractCard {
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Complementary
Kirigami.Theme.inherit
:
false
color
:
Kirigami
.
Theme
.
backgroundColor
radius
:
Kirigami
.
Units
.
smallSpacing
implicitHeight
:
headerLayout
.
implicitHeight
+
Kirigami
.
Units
.
largeSpacing
*
2
anchors.leftMargin
:
-
root
.
leftPadding
anchors.topMargin
:
-
root
.
topPadding
...
...
src/app/TripGroupDelegate.qml
View file @
4cf409cc
...
...
@@ -27,6 +27,7 @@ Kirigami.AbstractCard {
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Complementary
Kirigami.Theme.inherit
:
false
color
:
Kirigami
.
Theme
.
backgroundColor
radius
:
Kirigami
.
Units
.
smallSpacing
implicitHeight
:
headerLayout
.
implicitHeight
+
Kirigami
.
Units
.
largeSpacing
*
2
anchors.leftMargin
:
-
root
.
leftPadding
anchors.topMargin
:
-
root
.
topPadding
...
...
src/app/WeatherForecastDelegate.qml
View file @
4cf409cc
...
...
@@ -23,6 +23,7 @@ Kirigami.AbstractCard {
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
Complementary
Kirigami.Theme.inherit
:
false
color
:
Kirigami
.
Theme
.
backgroundColor
radius
:
Kirigami
.
Units
.
smallSpacing
implicitWidth
:
icon
.
implicitWidth
+
Kirigami
.
Units
.
largeSpacing
*
2
Layout.minimumHeight
:
implicitWidth
Layout.fillHeight
:
true
...
...
Write
Preview
Markdown
is supported
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