summaryrefslogtreecommitdiff
path: root/app/qml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-21 21:04:35 +0100
committerJavier <dev.git@javispedro.com>2014-12-21 21:04:35 +0100
commited43269c2adebed7baf4e2452f998d7e60c797e6 (patch)
treeade679a1a57d9ea7a0662a06a35b138fe4bb6998 /app/qml
parente1d94fc21ecbce16815810c4f274f349b49e82a3 (diff)
fix typos
Diffstat (limited to 'app/qml')
-rw-r--r--app/qml/pages/InstallAppDialog.qml2
-rw-r--r--app/qml/pages/WatchPage.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/qml/pages/InstallAppDialog.qml b/app/qml/pages/InstallAppDialog.qml
index 79283a6..fa96c28 100644
--- a/app/qml/pages/InstallAppDialog.qml
+++ b/app/qml/pages/InstallAppDialog.qml
@@ -52,7 +52,7 @@ Dialog {
left: appIcon.right
leftMargin: Theme.paddingMedium
right: parent.right
- rightMargin: Theme.paddiumLarge
+ rightMargin: Theme.paddingLarge
verticalCenter: parent.verticalCenter
}
text: modelData.longName
diff --git a/app/qml/pages/WatchPage.qml b/app/qml/pages/WatchPage.qml
index 2d69306..43c2b99 100644
--- a/app/qml/pages/WatchPage.qml
+++ b/app/qml/pages/WatchPage.qml
@@ -186,7 +186,7 @@ Page {
left: slotIcon.right
leftMargin: Theme.paddingMedium
right: parent.right
- rightMargin: Theme.paddiumLarge
+ rightMargin: Theme.paddingLarge
verticalCenter: parent.verticalCenter
}
text: isEmptySlot ? qsTr("(empty slot)") : (isKnownApp ? appInfo.longName : qsTr("(slot in use by unknown app)"))