forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
|
@@ -49,7 +49,7 @@ ScrollArea {
|
||||
|
||||
Column {
|
||||
id: column
|
||||
spacing: 2
|
||||
spacing: 6
|
||||
|
||||
Repeater {
|
||||
id: repeater
|
||||
|
Reference in New Issue
Block a user