I fixa da clock

But now I need to alter spacing and sizing and stuff
This commit is contained in:
Salt 2025-01-11 16:46:50 -06:00
parent f78cb02bb5
commit ce65213712

View File

@ -61,15 +61,6 @@
color: "transparent"
//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
Rectangle {
id: rectangle
@ -83,7 +74,18 @@
Column {
id: mainColumn
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
Column {
@ -114,6 +116,7 @@
}
}
// This one, the password field
Column {
width: parent.width
spacing : 4