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 {
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment