Set isCancelButton on Cancel button

This commit is contained in:
dankl 2020-01-12 00:45:31 +01:00 committed by dankito
parent 0e2406c9b7
commit 4637287617
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ open class EnterTanDialog(
prefHeight = ButtonHeight prefHeight = ButtonHeight
prefWidth = ButtonWidth prefWidth = ButtonWidth
isCancelButton = true
action { cancelledEnteringTan() } action { cancelledEnteringTan() }
hboxConstraints { hboxConstraints {