Profile: fix eliding, increase wide width needed
This commit is contained in:
parent
81f54641ba
commit
2f7fbd2621
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user