fix: paste from clipboard text padding

This commit is contained in:
poka 2023-11-17 14:16:01 +01:00
parent ea43d66ce0
commit 1f72710b27
1 changed files with 3 additions and 2 deletions

View File

@ -141,12 +141,13 @@ class RestoreChest extends StatelessWidget {
genW.pasteMnemonic(context);
},
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
const Icon(
Icons.content_paste_go,
size: 25,
size: 27,
),
const SizedBox(width: 10),
// const SizedBox(width: 10),
Text(
'pasteFromClipboard'.tr(),
textAlign: TextAlign.center,