WT 1.1.17+2 error fix utf8 in names, thick pointer

This commit is contained in:
bossanyit
2021-05-15 19:45:08 +02:00
parent 07868c6b8e
commit 7b0d15aede
5 changed files with 40 additions and 27 deletions
+2 -2
View File
@@ -110,10 +110,10 @@ class ImageButton extends StatelessWidget {
)),
isMarked == null || Cache().hasPurchased
? Offstage()
: Stack(alignment: Alignment.topCenter, children: [
: Stack(alignment: Alignment.center, children: [
Positioned(
top: 10,
left: (width / 2 - 30) / 2 - 75,
left: (width / 2 - 30) / 2 - 25,
child: !isLocked!
? Offstage()
: GestureDetector(