diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-13 00:16:54 -0700 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-13 00:16:54 -0700 |
commit | df1a110d2e40d8f77108e529aa636d50c76861b2 (patch) | |
tree | c3912c95540802d7fb86bf29541655bf61b0a61f /src/qt | |
parent | 80af836ce0e17c3278f1e770b2f145e324897f58 (diff) | |
parent | 55f19cb8096d22c29856e1a0a101e61611af9d36 (diff) |
Merge pull request #1268 from Diapolo/transactiondialog
change size of transactiondialog, to allow display of transaction-id wit...
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"> |