diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 17:47:52 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-29 17:47:52 +0700 |
commit | 35e911c0b0c54f3f2fd021435201a97fca4e7f58 (patch) | |
tree | a3bbd1104acd7ed750a50bcddb62432346b4239f | |
parent | 832892448a5afa02b1b0ebe35099472dd3269a32 (diff) |
change to RoundButton
-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 |