Skip to content
Verified Commit e87fc2bc authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

[applets/batterymonitor] BatteryItem: Inline BatteryDetails component

Moved aforementioned component's source code directly to the only place
of its instantiation left.

Boolean property `inListView` which was responsible exclusively for the
font size selection, got totally abolished and replaced with font
bindings themselves.

Other boolean properties of the grid were marked as `readonly` which
they should've been from the beginning; and {Left,Right}Labels' binding
to them had to be qualified with property access by id, which --
again -- was just an oversight, and worked only because it was a
top-level(even though an 'inline') component.

Renamed GridLayout's `id` to simply "details" for better readability.
parent 1e3b9335
Pipeline #109472 passed with stage
in 7 minutes and 24 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment