diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-09 00:30:40 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-09 00:30:40 +0200 |
| commit | ff998ba17b21e7484048d59bf22271b4415a4f21 (patch) | |
| tree | fed576ba954322b0daf2ce0259f4d7097ea5e5cd | |
| parent | ca5c67cac218e474912ebf8360ad3db282c9a3db (diff) | |
| parent | 75be921d9cdc1d15871c65081d14ea0fc076dba6 (diff) | |
| download | monzero-gui-ff998ba17b21e7484048d59bf22271b4415a4f21.tar.gz monzero-gui-ff998ba17b21e7484048d59bf22271b4415a4f21.tar.xz monzero-gui-ff998ba17b21e7484048d59bf22271b4415a4f21.zip | |
Merge pull request #250
75be921 Fix runtime error in history (Jaquee)
| -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 |
