mirror of https://github.com/mgba-emu/mgba.git
Qt: Minor text fixes
This commit is contained in:
parent
ff59804031
commit
321ed4475d
2
CHANGES
2
CHANGES
|
@ -153,6 +153,7 @@ Misc:
|
||||||
0.6 beta 2: (Future)
|
0.6 beta 2: (Future)
|
||||||
Features:
|
Features:
|
||||||
- Qt: Italian translation (by theheroGAC)
|
- Qt: Italian translation (by theheroGAC)
|
||||||
|
- Qt: Updated German translation
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- Qt: Fix memory search close button (fixes mgba.io/i/769)
|
- Qt: Fix memory search close button (fixes mgba.io/i/769)
|
||||||
- Qt: Fix window icon being stretched
|
- Qt: Fix window icon being stretched
|
||||||
|
@ -164,6 +165,7 @@ Bugfixes:
|
||||||
Misc:
|
Misc:
|
||||||
- Qt: Add language selector
|
- Qt: Add language selector
|
||||||
- GBA Timer: Improve accuracy of timers
|
- GBA Timer: Improve accuracy of timers
|
||||||
|
- Qt: Minor test fixes
|
||||||
|
|
||||||
0.6 beta 1: (2017-06-29)
|
0.6 beta 1: (2017-06-29)
|
||||||
- Initial beta for 0.6
|
- Initial beta for 0.6
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>© 2013 – 2016 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0
|
<string>© 2013 – 2017 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0
|
||||||
Game Boy Advance is a registered trademark of Nintendo Co., Ltd.</string>
|
Game Boy Advance is a registered trademark of Nintendo Co., Ltd.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Form</string>
|
<string>Memory Search</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
|
|
Loading…
Reference in New Issue