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