summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"))