WiFi: Fix password input placeholder dots are cut off #203
This commit is contained in:
parent
cdcfe328d2
commit
a249e15c58
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ NPanel {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Style.marginM * scaling
|
anchors.margins: Style.marginM * scaling
|
||||||
text: passwordInput
|
text: passwordInput
|
||||||
font.pointSize: Style.fontSizeM * scaling
|
font.pointSize: Style.fontSizeS * scaling
|
||||||
color: Color.mOnSurface
|
color: Color.mOnSurface
|
||||||
verticalAlignment: TextInput.AlignVCenter
|
verticalAlignment: TextInput.AlignVCenter
|
||||||
clip: true
|
clip: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue