diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-05 02:59:44 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-05 02:59:44 -0700 |
| commit | 6ad47ddf40d8067f996a5fd72bb6662ad1463091 (patch) | |
| tree | 80ac3524c188be256818c58caf051e98ab64c41b /src | |
| parent | Merge pull request #1200 from laanwj/2012_05_moveicon (diff) | |
| parent | renamed qrcodedialog.ui window title to "QR-Code Dialog" and changed window s... (diff) | |
| download | discoin-6ad47ddf40d8067f996a5fd72bb6662ad1463091.tar.xz discoin-6ad47ddf40d8067f996a5fd72bb6662ad1463091.zip | |
Merge pull request #1203 from Diapolo/qrcodedialog
renamed qrcodedialog.ui window title to "QR-Code Dialog"...
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 714b1d6cd..ef21841c2 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> |