Gui: Add saving view data in Preference Pack

This commit is contained in:
Chris Hennes
2022-06-16 11:48:47 -05:00
parent 6c89e6dc73
commit 7814faa6fd
2 changed files with 19 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ SET(PreferencePackTemplates_Files
Sketcher_Colors.cfg
Start_Colors.cfg
TechDraw_Colors.cfg
View.cfg
Window_Colors.cfg
)

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<FCParameters>
<FCParamGroup Name="Root">
<FCParamGroup Name="BaseApp">
<FCParamGroup Name="Preferences">
<FCParamGroup Name="View">
<FCInt Name="CornerNaviCube" Value="1"/>
<FCInt Name="RotationMode" Value="1"/>
<FCBool Name="ShowNaviCube" Value="1"/>
<FCBool Name="NaviRotateToNearest" Value="1"/>
<FCInt Name="NaviStepByTurn" Value="8"/>
<FCInt Name="OrbitStyle" Value="1"/>
<FCText Name="NavigationStyle">Gui::CADNavigationStyle</FCText>
</FCParamGroup>
</FCParamGroup>
</FCParamGroup>
</FCParamGroup>
</FCParameters>