SidePanel: even more robust with sizing forced everywhere
This commit is contained in:
parent
4d6361dfe5
commit
a8b312f3a7
6 changed files with 13 additions and 21 deletions
|
|
@ -11,11 +11,6 @@ NBox {
|
|||
|
||||
readonly property bool weatherReady: (LocationService.data.weather !== null)
|
||||
|
||||
// TBC weatherReady is not turning to false when we reset weather...
|
||||
Layout.fillWidth: true
|
||||
// Height driven by content
|
||||
implicitHeight: content.implicitHeight + Style.marginL * 2 * scaling
|
||||
|
||||
ColumnLayout {
|
||||
id: content
|
||||
anchors.left: parent.left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue