diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-09-18 15:01:59 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-09-18 15:01:59 (GMT) |
| commit | 9c9a6efd8bda9bb49f279dd9b37ac39c9487dd4c (patch) | |
| tree | 0c0fe2a522b005f609559d718c8362046dbc921c | |
| parent | 648d196e074d5c31ca4a706367601cd8795432a4 (diff) | |
Better match to the VDG mockup look on lists
| -rw-r--r-- | discover/qml/ApplicationsTop.qml | 2 | ||||
| -rw-r--r-- | discover/qml/GridItem.qml | 3 | ||||
| -rw-r--r-- | discover/qml/PresentUpdatesPage.qml | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/discover/qml/ApplicationsTop.qml b/discover/qml/ApplicationsTop.qml index 765c596..d33f89c 100644 --- a/discover/qml/ApplicationsTop.qml +++ b/discover/qml/ApplicationsTop.qml @@ -44,7 +44,7 @@ Column { font.weight: Font.Bold height: paintedHeight*1.5 } - spacing: 5 + spacing: -2 //GridItem.border.width Repeater { id: rep model: PaginateModel { diff --git a/discover/qml/GridItem.qml b/discover/qml/GridItem.qml index f8b65b1..6260f6e 100644 --- a/discover/qml/GridItem.qml +++ b/discover/qml/GridItem.qml @@ -37,10 +37,9 @@ MouseArea { } Rectangle { anchors.fill: parent - color: listItem.containsMouse || listItem.pressed ? palette.light : palette.midlight + color: listItem.containsMouse || listItem.pressed ? palette.button : palette.midlight border.color: palette.mid border.width: 2 - opacity: 0.3 } Item { diff --git a/discover/qml/PresentUpdatesPage.qml b/discover/qml/PresentUpdatesPage.qml index 536755c..feea8cd 100644 --- a/discover/qml/PresentUpdatesPage.qml +++ b/discover/qml/PresentUpdatesPage.qml @@ -34,7 +34,6 @@ ScrollView height: 32 RowLayout { anchors.fill: parent - spacing: 5 CheckBox { anchors.verticalCenter: parent.verticalCenter checked: model.checked |
