Small fix

This commit is contained in:
Juan Gilsanz Polo 2023-10-23 18:12:21 +02:00
parent 2c8b5b9c6d
commit 5a13d52598

View file

@ -30,11 +30,14 @@ class SettingsTile extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
label,
style: TextStyle(
fontSize: 16,
color: Theme.of(context).colorScheme.onSurface,
Expanded(
child: Text(
label,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: 16,
color: Theme.of(context).colorScheme.onSurface,
),
),
),
useGlobalSettingsFiltering == false