Fix login tooltip.
This commit is contained in:
parent
f66c882ec4
commit
e1160f7aca
|
@ -15,6 +15,7 @@ Page {
|
||||||
property alias serverField: serverField
|
property alias serverField: serverField
|
||||||
property alias usernameField: usernameField
|
property alias usernameField: usernameField
|
||||||
property alias passwordField: passwordField
|
property alias passwordField: passwordField
|
||||||
|
property alias loginButtonTooltip: loginButtonTooltip
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
@ -133,7 +134,13 @@ Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
Layout.fillWidth: true
|
LayoTechhead0
|
||||||
|
263 points ·
|
||||||
|
1 month ago
|
||||||
|
|
||||||
|
contraception*
|
||||||
|
level 4
|
||||||
|
ut.fillWidth: true
|
||||||
|
|
||||||
id: loginButton
|
id: loginButton
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue