diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-10-22 15:57:34 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-10-22 15:57:34 (GMT) |
| commit | 225b85b7fa4bc7f0792949632cc85a6796523928 (patch) | |
| tree | aca4bda66db81746b872205036ae14071eb0b14b | |
| parent | a6e0ae822abf6ffdbaa2c1db3f2cd296f3062d79 (diff) | |
Remove random sizes in the ApplicationList delegate
| -rw-r--r-- | discover/qml/ApplicationsList.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/discover/qml/ApplicationsList.qml b/discover/qml/ApplicationsList.qml index 078032e..d9f7413 100644 --- a/discover/qml/ApplicationsList.qml +++ b/discover/qml/ApplicationsList.qml @@ -72,14 +72,12 @@ ScrollView { ColumnLayout { Layout.fillWidth: true Layout.fillHeight: true - Layout.maximumWidth: 2123123123 Item { height: 3; width: 3 } Label { Layout.fillWidth: true id: nameLabel - font.pointSize: commentLabel.font.pointSize*1.7 elide: Text.ElideRight text: name } |
