use implicit size for windows in guide pages

This commit is contained in:
outfoxxed 2025-05-13 20:58:51 -07:00
parent 59fcd47a36
commit 4e117ce2d1
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -94,7 +94,7 @@ import QtQuick // for Text
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
// center the bar in its parent component (the window)
@ -141,7 +141,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
// give the text an ID we can refer to elsewhere in the file
@ -188,7 +188,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
id: clock
@ -271,7 +271,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
id: clock
@ -337,7 +337,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
id: clock
@ -417,7 +417,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
// remove the id as we don't need it anymore
@ -489,7 +489,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
anchors.centerIn: parent
@ -556,7 +556,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
@@QtQuick.Text {
anchors.centerIn: parent
@ -635,7 +635,7 @@ import QtQuick
right: true
}
height: 30
implicitHeight: 30
// the ClockWidget type we just created
ClockWidget {
@ -717,7 +717,7 @@ import Quickshell
right: true
}
height: 30
implicitHeight: 30
ClockWidget {
anchors.centerIn: parent
@ -799,7 +799,7 @@ import Quickshell
right: true
}
height: 30
implicitHeight: 30
ClockWidget {
anchors.centerIn: parent