Skip to content

Commit 0806e24

Browse files
committed
[send] より小さい画面の端末のUIを改善
1 parent 65a6bdd commit 0806e24

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/widget/send_select.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class SelectFiles extends ConsumerWidget {
5252
refleshFilesList();
5353
},
5454
icon: const Icon(Icons.add)),
55-
const SizedBox(width: 10),
5655
Ink(
5756
decoration: ShapeDecoration(
5857
color: colorScheme.error,

lib/widget/send_settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SendSettingsDialog extends ConsumerWidget {
3333
),
3434
ListTile(
3535
title: const Text("デバイス名"),
36-
trailing: Text(ref.watch(nameProvider),
36+
subtitle: Text(ref.watch(nameProvider),
3737
style: const TextStyle(fontSize: 18)),
3838
onTap: () async {
3939
await showDialog(

0 commit comments

Comments
 (0)