mirror of https://github.com/mgba-emu/mgba.git
Qt: Minor memory view tweaks
This commit is contained in:
parent
ae633d9c86
commit
29675e354f
1
CHANGES
1
CHANGES
|
@ -144,6 +144,7 @@ Misc:
|
||||||
- Qt: Debugger console history
|
- Qt: Debugger console history
|
||||||
- Qt: Detect presence of GL_ARB_framebuffer_object
|
- Qt: Detect presence of GL_ARB_framebuffer_object
|
||||||
- Python: Minor API improvements
|
- Python: Minor API improvements
|
||||||
|
- Qt: Minor memory view tweaks
|
||||||
|
|
||||||
0.7 beta 1: (2018-09-24)
|
0.7 beta 1: (2018-09-24)
|
||||||
- Initial beta for 0.7
|
- Initial beta for 0.7
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>565</width>
|
<width>822</width>
|
||||||
<height>658</height>
|
<height>886</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="width8">
|
<widget class="QRadioButton" name="width8">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>1 Byte</string>
|
<string>&1 Byte</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="width16">
|
<widget class="QRadioButton" name="width16">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>2 Bytes</string>
|
<string>&2 Bytes</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -141,7 +141,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="width32">
|
<widget class="QRadioButton" name="width32">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>4 Bytes</string>
|
<string>&4 Bytes</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -168,7 +168,6 @@
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<zorder></zorder>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in New Issue