aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/welcomescreen/widgets/Delegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/Delegate.qml')
-rw-r--r--share/qtcreator/welcomescreen/widgets/Delegate.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/Delegate.qml b/share/qtcreator/welcomescreen/widgets/Delegate.qml
index 10dbd2298f8..f7fcbfa059b 100644
--- a/share/qtcreator/welcomescreen/widgets/Delegate.qml
+++ b/share/qtcreator/welcomescreen/widgets/Delegate.qml
@@ -34,6 +34,7 @@ Rectangle {
id: delegate
height: 240
width: 216
+ color: creatorTheme.backgroundColorNormal
property alias caption: captionItem.text
property alias imageSource: imageItem.source
@@ -106,7 +107,7 @@ Rectangle {
y: 161
width: 200
height: 69
- color: "#ffffff"
+ color: creatorTheme.backgroundColorNormal
anchors.bottom: parent.bottom
anchors.right: parent.right
anchors.left: parent.left
@@ -116,7 +117,7 @@ Rectangle {
id: captionItem
x: 16
y: 170
- color: colors.strongForegroundColor
+ color: creatorTheme.caption_TextColorNormal
text: qsTr("2D PAINTING EXAMPLE long description")
elide: Text.ElideRight
anchors.right: parent.right
@@ -163,6 +164,7 @@ Rectangle {
x: 16
y: 198
text: qsTr("Tags:")
+ color: creatorTheme.textColorNormal
smooth: true
font.italic: false
font.pixelSize: 11