From a249e15c586bf120996ffa434c3420aa54727e1a Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 4 Sep 2025 19:58:08 -0400 Subject: [PATCH] WiFi: Fix password input placeholder dots are cut off #203 --- Modules/WiFiPanel/WiFiPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/WiFiPanel/WiFiPanel.qml b/Modules/WiFiPanel/WiFiPanel.qml index f50aa86..5a405c0 100644 --- a/Modules/WiFiPanel/WiFiPanel.qml +++ b/Modules/WiFiPanel/WiFiPanel.qml @@ -288,7 +288,7 @@ NPanel { anchors.fill: parent anchors.margins: Style.marginM * scaling text: passwordInput - font.pointSize: Style.fontSizeM * scaling + font.pointSize: Style.fontSizeS * scaling color: Color.mOnSurface verticalAlignment: TextInput.AlignVCenter clip: true