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

[applets/batterymonitor] PopupDialog: Move battery list inside ColumnLayout

No visually observable changes, again. But it replaces most of the
anchors tweaking with a simple QtQuick.Layout interface.

You might've noticed how

    topMargin: PlasmaCore.Units.gridUnit

got replaced with a different-looking

    Layout.topMargin: PlasmaCore.Units.smallSpacing * 2

but that's all according to the plan, since this ScrollView is now
inside a ColumnLayout which has its own spacing that adds up.

Also, settingsColumn id is removed because it became unused.
parent e4072e4e
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