Make log viewer button settings wrap so looks good on smaller screens

This commit is contained in:
Hank Grabowski 2023-11-27 14:47:39 -06:00
parent 12233c4320
commit 2a9a409946

View file

@ -104,7 +104,7 @@ class SettingsScreen extends StatelessWidget {
Widget buildLogPanel(BuildContext context, SettingsService settings) { Widget buildLogPanel(BuildContext context, SettingsService settings) {
return ListTile( return ListTile(
title: Row( title: Wrap(
children: [ children: [
const Text('Log Level'), const Text('Log Level'),
const HorizontalPadding(), const HorizontalPadding(),