WeclomePage: unifying look of sessions and recent projects

This is a slight change to spacing and also adds the subtle hover effects
to recent projects.

Change-Id: I3dce69033e782c6f87ef1ef8b251d944bcf9be6e
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-03-09 13:19:55 +01:00
parent 2cf515d8f2
commit b8ad123b5b
2 changed files with 7 additions and 1 deletions

View File

@@ -37,6 +37,12 @@ Item {
width: 480
height: 32
Rectangle {
anchors.fill: parent
color: "#f9f9f9"
opacity: projectNameText.hovered ? 1 : 0
}
property alias projectName: projectNameText.text
property alias projectPath: pathText.text

View File

@@ -49,7 +49,7 @@ ScrollArea {
Column {
id: column
spacing: 2
spacing: 6
Repeater {
id: repeater