[applets/batterymonitor] Flatten one extra RowLayout

It was left after previous refactoring. There were actually more items
in this row.
wilder-5.24
ivan tkachenko 4 years ago
parent 6396b2af3a
commit a31dd9fd64
No known key found for this signature in database
GPG Key ID: 4D197017E61437CF
  1. 12
      applets/batterymonitor/package/contents/ui/PowerManagementItem.qml

@ -19,16 +19,12 @@ ColumnLayout {
spacing: 0
RowLayout {
PlasmaComponents3.CheckBox {
id: pmCheckBox
Layout.fillWidth: true
Layout.leftMargin: PlasmaCore.Units.smallSpacing
PlasmaComponents3.CheckBox {
id: pmCheckBox
Layout.fillWidth: true
text: i18nc("Minimize the length of this string as much as possible", "Inhibit automatic sleep and screen locking")
checked: false
}
text: i18nc("Minimize the length of this string as much as possible", "Inhibit automatic sleep and screen locking")
checked: false
}
ColumnLayout {

Loading…
Cancel
Save