|
|
|
@ -701,9 +701,9 @@ PlasmaComponents.Page {
|
|
|
|
|
LatteComponents.CheckBox {
|
|
|
|
|
id: mouseWheelChk
|
|
|
|
|
Layout.maximumWidth: dialog.optionsWidth
|
|
|
|
|
text: i18n("Activate through mouse wheel")
|
|
|
|
|
text: i18n("Expand popup through mouse wheel")
|
|
|
|
|
checked: plasmoid.configuration.mouseWheelActions
|
|
|
|
|
tooltip: i18n("Enable/Disable the mouse wheel action")
|
|
|
|
|
tooltip: i18n("Show or Hide applet popup through mouse wheel action")
|
|
|
|
|
visible: dialog.highLevel
|
|
|
|
|
|
|
|
|
|
onClicked: {
|
|
|
|
@ -714,7 +714,7 @@ PlasmaComponents.Page {
|
|
|
|
|
LatteComponents.CheckBox {
|
|
|
|
|
Layout.maximumWidth: dialog.optionsWidth
|
|
|
|
|
// Layout.maximumHeight: mouseWheelChk.height
|
|
|
|
|
text: i18n("➊ Activate based on position through global shortcuts")
|
|
|
|
|
text: i18n("➊ Activate based on position global shortcuts")
|
|
|
|
|
checked: latteView.isPreferredForShortcuts || (!latteView.layout.preferredForShortcutsTouched && latteView.isHighestPriorityView())
|
|
|
|
|
tooltip: i18n("This view is used for based on position global shortcuts. Take note that only one view can have that option enabled for each layout")
|
|
|
|
|
|
|
|
|
|