Change HTextField borders, SignIn disable buttons

By default now, fields have a transparent border if not focused and
accent-color border if focused.
Set `bordered: false` for no border at all.

The register and forgot buttons on the SignIn screen are now disabled,
since their functions aren't implemented yet.
This commit is contained in:
miruka
2019-07-18 20:39:13 -04:00
parent d597e1dda8
commit 519d3610ef
8 changed files with 9 additions and 6 deletions

View File

@@ -54,6 +54,7 @@ Column {
placeholderText: qsTr("Set status message")
font.pixelSize: theme.fontSize.small
background: null
bordered: false
padding: 0
leftPadding: accountLabel.leftPadding