mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-21 04:16:12 +00:00
Reordered related option (#470)
This commit is contained in:
parent
41d2fdc690
commit
c0a3ec4481
@ -99,16 +99,16 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="bytesCheckBox">
|
<widget class="QCheckBox" name="sizeCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show bytes (asm.bytes)</string>
|
<string>Show size of opcodes in disassembly (asm.size)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="sizeCheckBox">
|
<widget class="QCheckBox" name="bytesCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show size of opcodes in disassembly (asm.size)</string>
|
<string>Show bytes (asm.bytes)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user