forked from mbk-lab/rui_orig
2
0
Fork 0

Bug fixing

This commit is contained in:
Alexei Anoshenko 2022-07-26 18:24:04 +03:00
parent 5e532a000f
commit 38dafc42c6
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ func (popup *popupData) init(view View, params Params) {
CellVerticalAlign: CenterAlign,
TextSize: Px(20),
Content: "✕",
NotTranslate: true,
ClickEvent: func(View) {
popup.Dismiss()
},