Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Artikulate
Commits
e00e26a6
Commit
e00e26a6
authored
Feb 16, 2020
by
Andreas Cord-Landwehr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use non-depreacted background color properties
parent
903cb193
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
src/qml/DownloadPage.qml
src/qml/DownloadPage.qml
+3
-1
src/qml/TrainerCourseStatistics.qml
src/qml/TrainerCourseStatistics.qml
+2
-1
src/qml/TrainingPage.qml
src/qml/TrainingPage.qml
+2
-1
No files found.
src/qml/DownloadPage.qml
View file @
e00e26a6
...
...
@@ -20,7 +20,9 @@ Kirigami.Page {
title
:
i18n
(
"
Download Training Material
"
)
background
:
Rectangle
{
color
:
Kirigami
.
Theme
.
viewBackgroundColor
color
:
Kirigami
.
Theme
.
backgroundColor
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
View
// Kirigami.Theme.inherit: false
}
Component
{
...
...
src/qml/TrainerCourseStatistics.qml
View file @
e00e26a6
...
...
@@ -32,8 +32,9 @@ Item {
Rectangle
{
id
:
backgroundRect
anchors.fill
:
parent
color
:
Kirigami
.
Theme
.
backgroundColor
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
View
z
:
-
1
color
:
"
#ffffff
"
}
Text
{
...
...
src/qml/TrainingPage.qml
View file @
e00e26a6
...
...
@@ -18,7 +18,8 @@ Kirigami.Page {
readonly
property
color
colorAnswer
:
"
#7e48a5
"
background
:
Rectangle
{
color
:
"
#ffffff
"
color
:
Kirigami
.
Theme
.
backgroundColor
Kirigami.Theme.colorSet
:
Kirigami
.
Theme
.
View
}
title
:
{
...
...
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