|
|
|
@ -24,6 +24,7 @@ import QtGraphicalEffects 1.0
|
|
|
|
|
|
|
|
|
|
import org.kde.plasma.core 2.0 as PlasmaCore
|
|
|
|
|
import org.kde.plasma.components 2.0 as PlasmaComponents
|
|
|
|
|
import org.kde.plasma.components 3.0 as PlasmaComponents3
|
|
|
|
|
import org.kde.plasma.plasmoid 2.0
|
|
|
|
|
|
|
|
|
|
import org.kde.latte 0.1 as Latte
|
|
|
|
@ -169,7 +170,7 @@ PlasmaComponents.Page {
|
|
|
|
|
Layout.alignment: Qt.AlignRight
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.ComboBox {
|
|
|
|
|
PlasmaComponents3.ComboBox {
|
|
|
|
|
id: middleClickAction
|
|
|
|
|
Layout.fillWidth: true
|
|
|
|
|
model: [i18nc("The click action", "None"), i18n("Close Window or Group"),
|
|
|
|
@ -185,7 +186,7 @@ PlasmaComponents.Page {
|
|
|
|
|
spacing: units.smallSpacing
|
|
|
|
|
visible: plasmoid.configuration.advanced
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.ComboBox {
|
|
|
|
|
PlasmaComponents3.ComboBox {
|
|
|
|
|
id: modifier
|
|
|
|
|
Layout.maximumWidth: theme.mSize(theme.defaultFont).width * 5
|
|
|
|
|
model: ["Shift", "Ctrl", "Alt", "Meta"]
|
|
|
|
@ -198,7 +199,7 @@ PlasmaComponents.Page {
|
|
|
|
|
text: "+"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.ComboBox {
|
|
|
|
|
PlasmaComponents3.ComboBox {
|
|
|
|
|
id: modifierClick
|
|
|
|
|
Layout.maximumWidth: theme.mSize(theme.defaultFont).width * 10
|
|
|
|
|
model: [i18n("Left Click"), i18n("Middle Click"), i18n("Right Click")]
|
|
|
|
@ -211,7 +212,7 @@ PlasmaComponents.Page {
|
|
|
|
|
text: "="
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
PlasmaComponents.ComboBox {
|
|
|
|
|
PlasmaComponents3.ComboBox {
|
|
|
|
|
id: modifierClickAction
|
|
|
|
|
Layout.fillWidth: true
|
|
|
|
|
model: [i18nc("The click action", "None"), i18n("Close Window or Group"),
|
|
|
|
|