mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-23 11:42:14 +00:00
fix: add spacing to TTS settings tab for better layout
This commit is contained in:
parent
09e3c2ba36
commit
0576583528
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ class _TtsSettingsTabState extends ConsumerState<TtsSettingsTab> {
|
|||
},
|
||||
),
|
||||
),
|
||||
SizedBox(height: 100),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue