使用单独的页面编辑服务器信息

This commit is contained in:
LollipopKit
2021-10-25 16:55:33 +08:00
parent 07dbab3e09
commit 47941951f1
4 changed files with 168 additions and 160 deletions

View File

@@ -104,9 +104,9 @@ class _ConvertPageState extends State<ConvertPage>
child: ExpansionTile(
leading: TextButton(
child: SizedBox(
width: _media.size.width * 0.2,
width: _media.size.width * 0.3,
child: Row(
children: const [Icon(Icons.change_circle), Text('上下交换')],
children: const [Icon(Icons.change_circle), Text('Upside down')],
),
),
onPressed: () {