From 2f7fbd2621245f1cb32e7824ce10037f807d4c42 Mon Sep 17 00:00:00 2001 From: miruka Date: Mon, 9 Sep 2019 11:35:46 -0400 Subject: [PATCH] Profile: fix eliding, increase wide width needed --- src/qml/Pages/EditAccount/Profile.qml | 2 +- src/themes/Default.qpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/Pages/EditAccount/Profile.qml b/src/qml/Pages/EditAccount/Profile.qml index 4a3d4aa2..6760b6db 100644 --- a/src/qml/Pages/EditAccount/Profile.qml +++ b/src/qml/Pages/EditAccount/Profile.qml @@ -189,7 +189,7 @@ HGridLayout { id: saveButton icon.name: "apply" icon.color: theme.colors.positiveBackground - text: qsTr("Apply") + text: qsTr("Save") loading: nameChangeRunning || avatarChangeRunning enabled: nameField.changed || aliasField.changed || avatar.changed diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index 05b73e76..10cf57cc 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -10,7 +10,7 @@ Behavior on fontScale { HNumberAnimation {} } int minimumSupportedWidth: 240 * uiScale int minimumSupportedHeight: 120 * uiScale -int contentIsWideAbove: 439 * uiScale +int contentIsWideAbove: 472 * uiScale int minimumSupportedWidthPlusSpacing: minimumSupportedWidth + spacing * 2 int minimumSupportedHeightPlusSpacing: minimumSupportedHeight + spacing * 2