all repos — mgba @ 3495d3f1255c5f1406068ae83010392eab13a2dd

mGBA Game Boy Advance Emulator

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

3495d3f1255c5f1406068ae83010392eab13a2dd

parent

1408e5564aafa9036984f44adb9b86a50d111e15

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

jump to
M CHANGESCHANGES

@@ -137,6 +137,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>