[effects/zoom] Don't allow to set non-global shortcuts
Only global shortcuts make sense here
This commit is contained in:
parent
7fc8fbae63
commit
f0cdc1c885
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="actionTypes">
|
||||
<enum>KShortcutsEditor::GlobalAction</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue