diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-12-08 23:24:01 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-08 23:24:01 +0100 |
| commit | 75be921d9cdc1d15871c65081d14ea0fc076dba6 (patch) | |
| tree | fed576ba954322b0daf2ce0259f4d7097ea5e5cd | |
| parent | ca5c67cac218e474912ebf8360ad3db282c9a3db (diff) | |
| download | monzero-gui-75be921d9cdc1d15871c65081d14ea0fc076dba6.tar.gz monzero-gui-75be921d9cdc1d15871c65081d14ea0fc076dba6.tar.xz monzero-gui-75be921d9cdc1d15871c65081d14ea0fc076dba6.zip | |
Fix runtime error in history
| -rw-r--r-- | components/HistoryTable.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml index 52906f26..5bf2a3c8 100644 --- a/components/HistoryTable.qml +++ b/components/HistoryTable.qml @@ -70,7 +70,6 @@ ListView { StandardDialog { id: detailsPopup - width:600 cancelVisible: false okVisible: true width:850 |
