summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleix Pol <aleixpol@kde.org>2015-09-24 14:33:59 (GMT)
committerAleix Pol <aleixpol@kde.org>2015-09-24 14:33:59 (GMT)
commit0d9b1f232575a94ca4b52cde9e39e889d82aa128 (patch)
treec2639936161f107e1dfecce1f9ae05f5c569995a
parent8f5ce6facdf66653f09df687f4b3d98ec09a660f (diff)
Improve SourcesPage look
-rw-r--r--discover/qml/SourcesPage.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/discover/qml/SourcesPage.qml b/discover/qml/SourcesPage.qml
index 18d3c2b..2d614c6 100644
--- a/discover/qml/SourcesPage.qml
+++ b/discover/qml/SourcesPage.qml
@@ -28,6 +28,7 @@ Item {
height: 50
x: page.proposedMargin
width: app.actualWidth
+ hoverEnabled: false
RowLayout {
anchors.verticalCenter: parent.verticalCenter
ToolButton {
@@ -92,7 +93,7 @@ Item {
delegate: GridItem {
Layout.fillWidth: true
- height: browseOrigin.height*1.2
+ height: browseOrigin.implicitHeight*1.4
enabled: browseOrigin.enabled
onClicked: Navigation.openApplicationListSource(model.display)