forked from mbk-lab/rui_orig
Bug fixing
This commit is contained in:
parent
5e532a000f
commit
38dafc42c6
1
popup.go
1
popup.go
|
@ -201,6 +201,7 @@ func (popup *popupData) init(view View, params Params) {
|
||||||
CellVerticalAlign: CenterAlign,
|
CellVerticalAlign: CenterAlign,
|
||||||
TextSize: Px(20),
|
TextSize: Px(20),
|
||||||
Content: "✕",
|
Content: "✕",
|
||||||
|
NotTranslate: true,
|
||||||
ClickEvent: func(View) {
|
ClickEvent: func(View) {
|
||||||
popup.Dismiss()
|
popup.Dismiss()
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue