Update SettingsPanel.ui

This commit is contained in:
Balkron
2020-11-06 03:37:07 +05:00
parent 75cd5f401f
commit 1c03be963d

View File

@@ -282,6 +282,12 @@
<property name="text">
<string>Full</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">_wireframe_type_group</string>
</attribute>
@@ -302,9 +308,15 @@
</item>
<item>
<widget class="QRadioButton" name="radio_wire_cursor">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Around cursor</string>
</property>
<property name="autoExclusive">
<bool>false</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">_wireframe_type_group</string>
</attribute>