Skip to content

Commit 08f46d4

Browse files
ThisIsFroggieplfiorini
authored andcommitted
Add radius support to TextBox and PasswordBox
1 parent c7c42df commit 08f46d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/2.0/PasswordBox.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ FocusScope {
3232
property alias borderColor: txtMain.borderColor
3333
property alias focusColor: txtMain.focusColor
3434
property alias hoverColor: txtMain.hoverColor
35+
property alias radius: txtMain.radius
3536
property alias font: txtMain.font
3637
property alias textColor: txtMain.color
3738
property alias echoMode: txtMain.echoMode

components/2.0/TextBox.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ FocusScope {
3232
property color borderColor: "#ababab"
3333
property color focusColor: "#266294"
3434
property color hoverColor: "#5692c4"
35+
property alias radius: main.radius
3536
property alias font: txtMain.font
3637
property alias textColor: txtMain.color
3738
property alias echoMode: txtMain.echoMode

0 commit comments

Comments
 (0)