Profile: fix eliding, increase wide width needed

This commit is contained in:
miruka 2019-09-09 11:35:46 -04:00
parent 81f54641ba
commit 2f7fbd2621
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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