diff options
| -rw-r--r-- | pages/PasswordForm.ui.qml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml index b1132ef..4db67d1 100644 --- a/pages/PasswordForm.ui.qml +++ b/pages/PasswordForm.ui.qml @@ -78,7 +78,7 @@ Rectangle {          echoMode: TextInput.Password      } -    Button { +    RoundButton {          id: createPassButton          x: 34          y: 278 |