[TD]fix default for KeepLabel

This commit is contained in:
wandererfan
2024-07-05 09:40:19 -04:00
committed by WandererFan
parent 335bf96188
commit 94940f950b
5 changed files with 34 additions and 1 deletions

View File

@@ -1034,6 +1034,27 @@ for ProjectionGroups</string>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefCheckBox" name="cb_alwaysShowLabel">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="toolTip">
<string>If checked, view labels will be displayed even when frames are suppressed.</string>
</property>
<property name="text">
<string>Always Show Label</string>
</property>
<property name="prefEntry" stdset="0">
<cstring>AlwaysShowLabel</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>/Mod/TechDraw/General</cstring>
</property>
</widget>
</item>
</layout>
</item>
</layout>