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
Bart Ribbers
Plasma Bigscreen
Commits
1971a281
Commit
1971a281
authored
Feb 19, 2020
by
Noah Davis
🌵
Browse files
Make header contrast gradient more like the mockup
parent
abe76bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
containments/homescreen/package/contents/ui/main.qml
View file @
1971a281
...
@@ -106,13 +106,17 @@ Item {
...
@@ -106,13 +106,17 @@ Item {
easing.type
:
Easing
.
InOutQuad
easing.type
:
Easing
.
InOutQuad
}
}
}
}
width
:
units
.
gridUnit
*
15
width
:
parent
.
width
/
2
start
:
Qt
.
point
(
0
,
0
)
start
:
Qt
.
point
(
0
,
0
)
end
:
Qt
.
point
(
width
,
0
)
end
:
Qt
.
point
(
width
,
0
)
gradient
:
Gradient
{
gradient
:
Gradient
{
GradientStop
{
GradientStop
{
position
:
0.0
position
:
0.0
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.6
)
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.75
)
}
GradientStop
{
position
:
0.5
color
:
Qt
.
rgba
(
0
,
0
,
0
,
0.5
)
}
}
GradientStop
{
GradientStop
{
position
:
1.0
position
:
1.0
...
...
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