Qt: Minor .ui updates

This commit is contained in:
Vicki Pfau 2021-06-04 18:22:35 -07:00
parent 31fd8c2705
commit 8ea9747021
2 changed files with 3 additions and 6 deletions

View File

@ -142,7 +142,7 @@
<item row="1" column="1"> <item row="1" column="1">
<widget class="QRadioButton" name="gateBattleChip"> <widget class="QRadioButton" name="gateBattleChip">
<property name="text"> <property name="text">
<string>Ba&amp;ttleChip Gate</string> <string notr="true">Ba&amp;ttleChip Gate</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
@ -152,14 +152,14 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QRadioButton" name="gateProgress"> <widget class="QRadioButton" name="gateProgress">
<property name="text"> <property name="text">
<string>Progress &amp;Gate</string> <string notr="true">Progress &amp;Gate</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="3" column="1">
<widget class="QRadioButton" name="gateBeastLink"> <widget class="QRadioButton" name="gateBeastLink">
<property name="text"> <property name="text">
<string>Beast &amp;Link Gate</string> <string notr="true">Beast &amp;Link Gate</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -473,9 +473,6 @@
<property name="text"> <property name="text">
<string/> <string/>
</property> </property>
<property name="shortcut">
<string>Return, Ctrl+R</string>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>