mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-26 02:34:58 +08:00
change padding
This commit is contained in:
@@ -247,39 +247,34 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
|
|||||||
children: [
|
children: [
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
expandedAlignment: Alignment.centerLeft,
|
expandedAlignment: Alignment.centerLeft,
|
||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
childrenPadding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
|
||||||
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
|
||||||
initiallyExpanded: true,
|
initiallyExpanded: true,
|
||||||
title: const Text("常规设置"),
|
title: const Text("常规设置"),
|
||||||
children: [tmdbSetting],
|
children: [tmdbSetting],
|
||||||
),
|
),
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
expandedAlignment: Alignment.centerLeft,
|
expandedAlignment: Alignment.centerLeft,
|
||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
childrenPadding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
|
||||||
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
|
||||||
initiallyExpanded: false,
|
initiallyExpanded: false,
|
||||||
title: const Text("索引器设置"),
|
title: const Text("索引器设置"),
|
||||||
children: [indexerSetting],
|
children: [indexerSetting],
|
||||||
),
|
),
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
expandedAlignment: Alignment.centerLeft,
|
expandedAlignment: Alignment.centerLeft,
|
||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
childrenPadding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
|
||||||
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
|
||||||
initiallyExpanded: false,
|
initiallyExpanded: false,
|
||||||
title: const Text("下载器设置"),
|
title: const Text("下载器设置"),
|
||||||
children: [downloadSetting],
|
children: [downloadSetting],
|
||||||
),
|
),
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
expandedAlignment: Alignment.centerLeft,
|
expandedAlignment: Alignment.centerLeft,
|
||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
childrenPadding: const EdgeInsets.fromLTRB(20, 0, 50, 0),
|
||||||
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
|
||||||
initiallyExpanded: false,
|
initiallyExpanded: false,
|
||||||
title: const Text("存储设置"),
|
title: const Text("存储设置"),
|
||||||
children: [storageSetting],
|
children: [storageSetting],
|
||||||
),
|
),
|
||||||
ExpansionTile(
|
ExpansionTile(
|
||||||
tilePadding: const EdgeInsets.fromLTRB(10, 0, 10, 0),
|
childrenPadding: const EdgeInsets.fromLTRB(20, 0, 20, 0),
|
||||||
childrenPadding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
|
||||||
initiallyExpanded: false,
|
initiallyExpanded: false,
|
||||||
title: const Text("认证设置"),
|
title: const Text("认证设置"),
|
||||||
children: [authSetting],
|
children: [authSetting],
|
||||||
|
|||||||
Reference in New Issue
Block a user