use implicit size for windows in guide pages
This commit is contained in:
parent
59fcd47a36
commit
4e117ce2d1
1 changed files with 11 additions and 11 deletions
|
@ -94,7 +94,7 @@ import QtQuick // for Text
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
// center the bar in its parent component (the window)
|
// center the bar in its parent component (the window)
|
||||||
|
@ -141,7 +141,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
// give the text an ID we can refer to elsewhere in the file
|
// give the text an ID we can refer to elsewhere in the file
|
||||||
|
@ -188,7 +188,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
id: clock
|
id: clock
|
||||||
|
@ -271,7 +271,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
id: clock
|
id: clock
|
||||||
|
@ -337,7 +337,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
id: clock
|
id: clock
|
||||||
|
@ -417,7 +417,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
// remove the id as we don't need it anymore
|
// remove the id as we don't need it anymore
|
||||||
|
@ -489,7 +489,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
@ -556,7 +556,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
@@QtQuick.Text {
|
@@QtQuick.Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
@ -635,7 +635,7 @@ import QtQuick
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
// the ClockWidget type we just created
|
// the ClockWidget type we just created
|
||||||
ClockWidget {
|
ClockWidget {
|
||||||
|
@ -717,7 +717,7 @@ import Quickshell
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
ClockWidget {
|
ClockWidget {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
@ -799,7 +799,7 @@ import Quickshell
|
||||||
right: true
|
right: true
|
||||||
}
|
}
|
||||||
|
|
||||||
height: 30
|
implicitHeight: 30
|
||||||
|
|
||||||
ClockWidget {
|
ClockWidget {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue