1786205394
This commit is contained in:
@@ -167,7 +167,7 @@ export component AppWindow inherits Window {
|
||||
HorizontalLayout {
|
||||
height: root.height - 64px;
|
||||
Rectangle {
|
||||
preferred-width: root.width;
|
||||
preferred-width: (root.width / 3) * 2;
|
||||
VerticalLayout {
|
||||
if tab-bar.current-index == 0: Climate {
|
||||
is-night: is-night;
|
||||
|
||||
Reference in New Issue
Block a user