diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-13 00:03:58 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-13 00:03:58 +0200 |
| commit | 4dca553e662c3f13d3f7b07c90cd2a83dc49c81d (patch) | |
| tree | 932caf621947738154f6287e0681562e18f93bad /src | |
| parent | Fix initialization of inaddr_any (diff) | |
| download | discoin-4dca553e662c3f13d3f7b07c90cd2a83dc49c81d.tar.xz discoin-4dca553e662c3f13d3f7b07c90cd2a83dc49c81d.zip | |
set minimum size allowed by Qt Creator and rename "QR-Code Dialog" to "QR Code Dialog" as this spelling is used all over the code
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/qrcodedialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/qrcodedialog.ui b/src/qt/forms/qrcodedialog.ui index ef21841c2..6199b6874 100644 --- a/src/qt/forms/qrcodedialog.ui +++ b/src/qt/forms/qrcodedialog.ui @@ -7,11 +7,11 @@ <x>0</x> <y>0</y> <width>334</width> - <height>423</height> + <height>425</height> </rect> </property> <property name="windowTitle"> - <string>QR-Code Dialog</string> + <string>QR Code Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> |