WiFi: Fix password input placeholder dots are cut off #203

This commit is contained in:
LemmyCook 2025-09-04 19:58:08 -04:00
parent cdcfe328d2
commit a249e15c58

View file

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