all repos — mgba @ 29675e354f0e6001403bcd7d12141f9599f4356e

mGBA Game Boy Advance Emulator

Qt: Minor memory view tweaks
Vicki Pfau vi@endrift.com
Wed, 17 Oct 2018 09:10:50 -0700
commit

29675e354f0e6001403bcd7d12141f9599f4356e

parent

ae633d9c86f8a42051a135ffa9e17488936f1144

2 files changed, 6 insertions(+), 6 deletions(-)

jump to
M CHANGESCHANGES

@@ -144,6 +144,7 @@ - Debugger: Minor text fixes

- Qt: Debugger console history - Qt: Detect presence of GL_ARB_framebuffer_object - Python: Minor API improvements + - Qt: Minor memory view tweaks 0.7 beta 1: (2018-09-24) - Initial beta for 0.7
M src/platform/qt/MemoryView.uisrc/platform/qt/MemoryView.ui

@@ -6,8 +6,8 @@ <property name="geometry">

<rect> <x>0</x> <y>0</y> - <width>565</width> - <height>658</height> + <width>822</width> + <height>886</height> </rect> </property> <property name="windowTitle">

@@ -98,7 +98,7 @@ </item>

<item> <widget class="QRadioButton" name="width8"> <property name="text"> - <string>1 Byte</string> + <string>&amp;1 Byte</string> </property> <property name="checked"> <bool>true</bool>

@@ -121,7 +121,7 @@ </item>

<item> <widget class="QRadioButton" name="width16"> <property name="text"> - <string>2 Bytes</string> + <string>&amp;2 Bytes</string> </property> </widget> </item>

@@ -141,7 +141,7 @@ </item>

<item> <widget class="QRadioButton" name="width32"> <property name="text"> - <string>4 Bytes</string> + <string>&amp;4 Bytes</string> </property> </widget> </item>

@@ -168,7 +168,6 @@ <horstretch>0</horstretch>

<verstretch>0</verstretch> </sizepolicy> </property> - <zorder></zorder> </widget> </item> <item>