1786205435
This commit is contained in:
@@ -104,11 +104,10 @@ component LightTile inherits Rectangle {
|
|||||||
text: light.name;
|
text: light.name;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
vertical-alignment: center;
|
vertical-alignment: center;
|
||||||
|
horizontal-alignment: right;
|
||||||
font-weight: light.on ? 700 : 500;
|
font-weight: light.on ? 700 : 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle { }
|
|
||||||
|
|
||||||
sw := Switch {
|
sw := Switch {
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user