Qt: Minor memory view tweaks
Vicki Pfau vi@endrift.com
Wed, 17 Oct 2018 09:10:50 -0700
2 files changed,
6 insertions(+),
6 deletions(-)
M
src/platform/qt/MemoryView.ui
→
src/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>&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>&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>&4 Bytes</string> </property> </widget> </item>@@ -168,7 +168,6 @@ <horstretch>0</horstretch>
<verstretch>0</verstretch> </sizepolicy> </property> - <zorder></zorder> </widget> </item> <item>