Fix dashboard resize issues

This commit is contained in:
Alex Spataru 2021-10-01 04:20:49 -05:00
parent 24518d5552
commit ead69544f2

View File

@ -353,19 +353,19 @@ ApplicationWindow {
Console {
id: terminal
anchors.margins: 0
anchors.fill: parent
enabled: opacity > 0
visible: opacity > 0
Layout.fillWidth: true
Layout.fillHeight: true
}
Dashboard {
opacity: 0
id: dashboard
anchors.margins: 0
anchors.fill: parent
enabled: opacity > 0
visible: opacity > 0
Layout.fillWidth: true
Layout.fillHeight: true
}
}