I fixa da clock
But now I need to alter spacing and sizing and stuff
This commit is contained in:
@@ -61,15 +61,6 @@
|
|||||||
color: "transparent"
|
color: "transparent"
|
||||||
//visible: primaryScreen
|
//visible: primaryScreen
|
||||||
|
|
||||||
// Display an unobtrusive clock in the corner
|
|
||||||
Clock {
|
|
||||||
id: clock
|
|
||||||
anchors.margins: 64
|
|
||||||
anchors.bottom: parent.bottom; anchors.right: parent.right
|
|
||||||
color: "#cc32302f"
|
|
||||||
timeFont.family: "IBM Plex Sans"
|
|
||||||
}
|
|
||||||
|
|
||||||
// Within that bg, we have a login box with everything in it
|
// Within that bg, we have a login box with everything in it
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: rectangle
|
id: rectangle
|
||||||
@@ -83,7 +74,18 @@
|
|||||||
Column {
|
Column {
|
||||||
id: mainColumn
|
id: mainColumn
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: 12
|
spacing: 24
|
||||||
|
|
||||||
|
// This colum has our date and time
|
||||||
|
Column {
|
||||||
|
width: parent.width
|
||||||
|
spacing: 4
|
||||||
|
Clock {
|
||||||
|
id: clockTime
|
||||||
|
color: "#ebdbb2"
|
||||||
|
timeFont.family: "IBM Plex Sans"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// This column contains the UN field
|
// This column contains the UN field
|
||||||
Column {
|
Column {
|
||||||
@@ -114,6 +116,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// This one, the password field
|
||||||
Column {
|
Column {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
spacing : 4
|
spacing : 4
|
||||||
|
Reference in New Issue
Block a user