Conflicts:
	src/noggit/ui/SettingsPanel.ui
This commit is contained in:
Balkron
2020-11-06 03:44:56 +05:00
parent 6e1322dfaf
commit 0647abf2ce

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>