1786925198
This commit is contained in:
@@ -82,6 +82,12 @@ component Clock {
|
||||
component Battery {
|
||||
in property <BatteryData> battery;
|
||||
|
||||
HorizontalLayout {
|
||||
Image {
|
||||
source: Icons.battery_unknown;
|
||||
colorize: MaterialPalette.primary;
|
||||
}
|
||||
|
||||
VerticalLayout {
|
||||
alignment: center;
|
||||
padding-left: 5px;
|
||||
@@ -102,6 +108,7 @@ component Battery {
|
||||
horizontal-alignment: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
component Thermometer inherits Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user