From de4585143468c06857fd8685ebf8607d9c5e53e3 Mon Sep 17 00:00:00 2001 From: Patrick Kuo Date: Fri, 2 Mar 2018 18:14:08 +0000 Subject: [PATCH] CORDA-1123 - Node explorer / Demobench UI issues (#2684) --- .../net/corda/explorer/views/cordapps/cash/NewTransaction.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/explorer/src/main/kotlin/net/corda/explorer/views/cordapps/cash/NewTransaction.kt b/tools/explorer/src/main/kotlin/net/corda/explorer/views/cordapps/cash/NewTransaction.kt index 04f344817b..daa8f7d623 100644 --- a/tools/explorer/src/main/kotlin/net/corda/explorer/views/cordapps/cash/NewTransaction.kt +++ b/tools/explorer/src/main/kotlin/net/corda/explorer/views/cordapps/cash/NewTransaction.kt @@ -133,6 +133,7 @@ class NewTransaction : Fragment() { is FlowException -> { dialog.alertType = Alert.AlertType.ERROR dialog.contentText = ex.message + dialog.isResizable = true } else -> { dialog.close()