scaling actions

This commit is contained in:
Joakim L. Gilje
2021-12-06 21:58:41 +01:00
parent 71dd799936
commit 78de384cc4
3 changed files with 66 additions and 0 deletions

View File

@@ -315,21 +315,33 @@
</property>
</action>
<action name="action0_5x">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>0.5x</string>
</property>
</action>
<action name="action1x">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>1x</string>
</property>
</action>
<action name="action1_5x">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>1.5x</string>
</property>
</action>
<action name="action2x">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>2x</string>
</property>