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

[applets/batterymonitor] Refactor BatteryItem's main info Column into ColumnLayout

This is done because QtQuick.Layout types are more convenient to work
with, and to avoid `with: parent.width` kind of boilerplate.

Nested RowLayout does not need Layout.fillWidth property, as that is the
default behavior for nested layout types.

GIT_SILENT
parent 08e64d74
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