|
|
|
@ -530,6 +530,7 @@ PlasmaComponents.Page {
|
|
|
|
|
text: i18n("Empty Area")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ColumnLayout {
|
|
|
|
|
RowLayout {
|
|
|
|
|
Layout.topMargin: units.smallSpacing
|
|
|
|
|
|
|
|
|
@ -566,6 +567,18 @@ PlasmaComponents.Page {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.CheckBox {
|
|
|
|
|
text: i18n("Drag and maximize/restore active window")
|
|
|
|
|
checked: plasmoid.configuration.dragActiveWindowEnabled
|
|
|
|
|
tooltip: i18n("Drag/Maximize/Restore active window with double-click and dragging actions")
|
|
|
|
|
visible: dialog.highLevel
|
|
|
|
|
|
|
|
|
|
onClicked: {
|
|
|
|
|
plasmoid.configuration.dragActiveWindowEnabled = !plasmoid.configuration.dragActiveWindowEnabled;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
LatteComponents.SubHeader {
|
|
|
|
|
text: i18n("Items")
|
|
|
|
|
}
|
|
|
|
@ -622,7 +635,6 @@ PlasmaComponents.Page {
|
|
|
|
|
text: i18n("Environment")
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LatteComponents.CheckBoxesColumn {
|
|
|
|
|
Layout.leftMargin: units.smallSpacing * 2
|
|
|
|
|
Layout.rightMargin: units.smallSpacing * 2
|
|
|
|
|