Skip to content
Snippets Groups Projects
Commit 1f72710b authored by poka's avatar poka
Browse files

fix: paste from clipboard text padding

parent ea43d66c
Branches
Tags
No related merge requests found
Pipeline #34286 waiting for manual action
...@@ -141,12 +141,13 @@ class RestoreChest extends StatelessWidget { ...@@ -141,12 +141,13 @@ class RestoreChest extends StatelessWidget {
genW.pasteMnemonic(context); genW.pasteMnemonic(context);
}, },
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [ children: [
const Icon( const Icon(
Icons.content_paste_go, Icons.content_paste_go,
size: 25, size: 27,
), ),
const SizedBox(width: 10), // const SizedBox(width: 10),
Text( Text(
'pasteFromClipboard'.tr(), 'pasteFromClipboard'.tr(),
textAlign: TextAlign.center, textAlign: TextAlign.center,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment