mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Improve Password input style
This commit is contained in:
@@ -581,7 +581,7 @@ Item {
|
||||
|
||||
Row {
|
||||
id: passwordDisplayContent
|
||||
spacing: Style.marginS
|
||||
spacing: Style.marginXXXS
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
||||
Repeater {
|
||||
@@ -592,7 +592,7 @@ Item {
|
||||
NIcon {
|
||||
id: icon
|
||||
icon: "circle-filled"
|
||||
pointSize: Style.fontSizeS
|
||||
pointSize: Style.fontSizeL
|
||||
color: Color.mPrimary
|
||||
opacity: 1.0
|
||||
scale: 0.5
|
||||
|
||||
Reference in New Issue
Block a user