opt. & new: icons

This commit is contained in:
lollipopkit
2024-04-26 00:39:03 +08:00
parent 3ccb61fba2
commit 3237d9eb21
20 changed files with 254 additions and 171 deletions

View File

@@ -466,7 +466,10 @@ class _ServerEditPageState extends State<ServerEditPage> {
));
return CardX(
child: ExpandTile(
leading: const Icon(Icons.map),
leading: const Padding(
padding: EdgeInsets.only(left: 10),
child: Icon(Icons.map),
),
initiallyExpanded: _jumpServer.value != null,
title: Text(l10n.jumpServer),
children: children,