Adjust textfield left padding

test 0.4
reionwong 4 years ago
parent 6f7eb27c40
commit b4ac9156da

@ -216,6 +216,8 @@ Item {
Layout.preferredHeight: 40 Layout.preferredHeight: 40
Layout.preferredWidth: 260 Layout.preferredWidth: 260
placeholderText: qsTr("Password") placeholderText: qsTr("Password")
leftPadding: FishUI.Units.largeSpacing
rightPadding: FishUI.Units.largeSpacing
focus: true focus: true
echoMode: TextInput.Password echoMode: TextInput.Password

Loading…
Cancel
Save