Boxes blur, more styling
This commit is contained in:
@@ -16,7 +16,8 @@ Base.HRowLayout {
|
||||
Layout.maximumWidth: parent.width - Layout.margins * 2
|
||||
|
||||
background: Rectangle {
|
||||
color: Qt.hsla(1, 1, 1, 0.3)
|
||||
color: Base.HStyle.boxes.background
|
||||
radius: Base.HStyle.boxes.radius
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -5,9 +5,11 @@ import "../base" as Base
|
||||
|
||||
Item {
|
||||
property string loginWith: "username"
|
||||
|
||||
onFocusChanged: identifierField.forceActiveFocus()
|
||||
|
||||
property int wi: x
|
||||
onWiChanged: console.log("loginI", wi)
|
||||
|
||||
Base.HInterfaceBox {
|
||||
id: signInBox
|
||||
title: "Sign in"
|
||||
|
Reference in New Issue
Block a user