Gui: Add saving view data in Preference Pack
This commit is contained in:
@@ -10,6 +10,7 @@ SET(PreferencePackTemplates_Files
|
||||
Sketcher_Colors.cfg
|
||||
Start_Colors.cfg
|
||||
TechDraw_Colors.cfg
|
||||
View.cfg
|
||||
Window_Colors.cfg
|
||||
)
|
||||
|
||||
|
||||
18
src/Gui/PreferencePackTemplates/View.cfg
Normal file
18
src/Gui/PreferencePackTemplates/View.cfg
Normal 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>
|
||||
Reference in New Issue
Block a user