diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-12 11:12:37 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-12 11:12:37 +0200 |
| commit | 55f19cb8096d22c29856e1a0a101e61611af9d36 (patch) | |
| tree | f2a44f8585918751cafea7b1f7b1bd3aaeee808e /src | |
| parent | Merge pull request #1265 from laanwj/2012_05_fixredundantbuild (diff) | |
| download | discoin-55f19cb8096d22c29856e1a0a101e61611af9d36.tar.xz discoin-55f19cb8096d22c29856e1a0a101e61611af9d36.zip | |
change size of transactiondialog, to allow display of transaction-id without an ugly line-break
Diffstat (limited to 'src')
| -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 9a9f6db15..039cb082c 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"> |