add line group checkbox in SketcherSettings.ui
This commit is contained in:
@@ -197,6 +197,25 @@ Requires to re-enter edit mode to take effect.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkBoxLineGroup">
|
||||
<property name="toolTip">
|
||||
<string>Use the line command group instead of separate commands. This create a command group in which you have the polyline and line tool.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Group polyline and line</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
<cstring>UnifiedLineCommands</cstring>
|
||||
</property>
|
||||
<property name="prefPath" stdset="0">
|
||||
<cstring>Mod/Sketcher/Commands</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="Gui::PrefCheckBox" name="checkBoxAddExtGeo">
|
||||
<property name="toolTip">
|
||||
|
||||
Reference in New Issue
Block a user