NTextBox (input) should use the same border (color, thickness) as other widgets (ex: NComboxBox)
This commit is contained in:
parent
f2ca670dad
commit
5802e066d6
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: frame.radius
|
radius: frame.radius
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
border.color: input.activeFocus ? Colors.accentPrimary : "transparent"
|
border.color: input.activeFocus ? Colors.hover : "transparent"
|
||||||
border.width: input.activeFocus ? Math.max(1, Style.borderMedium * scaling) : 0
|
border.width: input.activeFocus ? Math.max(1, Style.borderThin * scaling) : 0
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue