improve text

This commit is contained in:
wgh19
2024-05-31 17:44:50 +08:00
parent cb356dbf71
commit 20829e1ad5
3 changed files with 19 additions and 13 deletions

View File

@@ -252,16 +252,16 @@ class _ImagePageState extends State<ImagePage> with WindowListener {
child: width > 600
? Button(
onPressed: showMenu,
child: const Row(
child: Row(
children: [
Icon(
const Icon(
MdIcons.menu,
size: 18,
),
SizedBox(
const SizedBox(
width: 8,
),
Text('Actions'),
Text('Actions'.tl),
],
))
: IconButton(