Set isCancelButton on Cancel button
This commit is contained in:
parent
0e2406c9b7
commit
4637287617
|
@ -153,6 +153,8 @@ open class EnterTanDialog(
|
|||
prefHeight = ButtonHeight
|
||||
prefWidth = ButtonWidth
|
||||
|
||||
isCancelButton = true
|
||||
|
||||
action { cancelledEnteringTan() }
|
||||
|
||||
hboxConstraints {
|
||||
|
|
Loading…
Reference in New Issue