Disable PieMenuPopupFontEffect & PieMenuOuterRingShade for legacy style modes

master
Ansariel 2016-05-17 14:19:05 +02:00
parent 97ebcdbb6e
commit 2bf23ef440
2 changed files with 49 additions and 3 deletions

View File

@ -747,5 +747,28 @@
<integer>0</integer>
</map>
<key>PieMenuPopupFontEffect</key>
<map>
<key>Comment</key>
<string>If enabled, the labels in the pie menu slices are affected by the popup effect (they move into position).</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>PieMenuOuterRingShade</key>
<map>
<key>Comment</key>
<string>If enabled, a shade around the outside of the pie menu will be drawn, adding a further visualization of sub menus.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
</map>
</llsd>

View File

@ -555,7 +555,6 @@
<integer>1</integer>
</map>
<!-- <FS_Zi> Animated dialogs -->
<key>FSAnimatedScriptDialogs</key>
<map>
<key>Comment</key>
@ -567,6 +566,30 @@
<key>Value</key>
<integer>1</integer>
</map>
<!-- <FS_Zi> Animated dialogs -->
</map>
<key>PieMenuPopupFontEffect</key>
<map>
<key>Comment</key>
<string>If enabled, the labels in the pie menu slices are affected by the popup effect (they move into position).</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>PieMenuOuterRingShade</key>
<map>
<key>Comment</key>
<string>If enabled, a shade around the outside of the pie menu will be drawn, adding a further visualization of sub menus.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
</map>
</llsd>