diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-12 11:12:37 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-12 11:12:37 +0200 |
commit | 55f19cb8096d22c29856e1a0a101e61611af9d36 (patch) | |
tree | f2a44f8585918751cafea7b1f7b1bd3aaeee808e /src/qt | |
parent | 4830ff923ea2bbd36fb90789dcdfef33aca7cbf4 (diff) |
change size of transactiondialog, to allow display of transaction-id without an ugly line-break
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/forms/transactiondescdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/transactiondescdialog.ui b/src/qt/forms/transactiondescdialog.ui index 9a9f6db158..039cb082cc 100644 --- a/src/qt/forms/transactiondescdialog.ui +++ b/src/qt/forms/transactiondescdialog.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> - <height>300</height> + <width>600</width> + <height>250</height> </rect> </property> <property name="windowTitle"> |