Reordered related option (#470)

This commit is contained in:
fcasal 2018-05-01 20:54:51 +01:00 committed by xarkes
parent 41d2fdc690
commit c0a3ec4481

View File

@ -99,16 +99,16 @@
</widget>
</item>
<item>
<widget class="QCheckBox" name="bytesCheckBox">
<widget class="QCheckBox" name="sizeCheckBox">
<property name="text">
<string>Show bytes (asm.bytes)</string>
<string>Show size of opcodes in disassembly (asm.size)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="sizeCheckBox">
<widget class="QCheckBox" name="bytesCheckBox">
<property name="text">
<string>Show size of opcodes in disassembly (asm.size)</string>
<string>Show bytes (asm.bytes)</string>
</property>
</widget>
</item>