aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/welcomescreen/widgets/ProjectItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/ProjectItem.qml')
-rw-r--r--share/qtcreator/welcomescreen/widgets/ProjectItem.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/ProjectItem.qml b/share/qtcreator/welcomescreen/widgets/ProjectItem.qml
index 1216ac10f2..922eef5065 100644
--- a/share/qtcreator/welcomescreen/widgets/ProjectItem.qml
+++ b/share/qtcreator/welcomescreen/widgets/ProjectItem.qml
@@ -35,9 +35,9 @@ Item {
width: row.width + 8
height: text.height
- Rectangle {
+ Rectangle { // background shown on hover over project item
anchors.fill: parent
- color: "#f9f9f9"
+ color: creatorTheme.projectItem_BackgroundColorHover
visible: mouseArea.containsMouse
}
@@ -67,7 +67,7 @@ Item {
NativeText {
id: pathText
height: 20
- color: "#6b6b6b"
+ color: creatorTheme.projectItem_TextColorFilepath
font: fonts.smallPath
}
}