diff options
| author | Jacob Brydolf <jacob@brydolf.net> | 2016-11-07 14:58:06 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-11-26 19:36:35 +0100 |
| commit | b53ef00b3611998148a91c0ffc97460ff0a0b54e (patch) | |
| tree | f42f161d7998b2479692f4c1b89e93a723ea011d | |
| parent | b4f29b291c96378115bf3a3883858246dc2e73d5 (diff) | |
| download | monzero-gui-b53ef00b3611998148a91c0ffc97460ff0a0b54e.tar.gz monzero-gui-b53ef00b3611998148a91c0ffc97460ff0a0b54e.tar.xz monzero-gui-b53ef00b3611998148a91c0ffc97460ff0a0b54e.zip | |
history tx details: resized popup
| -rw-r--r-- | components/HistoryTable.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 5f4584c7..0c9e9b60 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -69,6 +69,7 @@ ListView { StandardDialog { id: detailsPopup + width:600 cancelVisible: false okVisible: true } |
