diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-05 11:43:54 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-05 11:43:54 +0200 |
commit | 092522af6c3d4a3e2ac35348b19bbe1102cbd029 (patch) | |
tree | f60d596bc6ebd8369fb7b2a7028a96f4bbae5f45 /src | |
parent | 4c9183e8bb6dc3faf80e301cf07c2d4d3abff405 (diff) |
renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window size to the minimum values Qt Creator allows me to set
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/forms/qrcodedialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/forms/qrcodedialog.ui b/src/qt/forms/qrcodedialog.ui index 714b1d6cd8..ef21841c26 100644 --- a/src/qt/forms/qrcodedialog.ui +++ b/src/qt/forms/qrcodedialog.ui @@ -6,12 +6,12 @@ <rect> <x>0</x> <y>0</y> - <width>320</width> - <height>404</height> + <width>334</width> + <height>423</height> </rect> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>QR-Code Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> |