Skip to content

Commit

Permalink
Made command scheduler widget more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Oct 2, 2023
1 parent 0f8fc3d commit f0e40d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/widgets/nt4_widgets/multi-topic/command_scheduler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ class CommandSchedulerWidget extends StatelessWidget with NT4Widget {
itemCount: names.length,
itemBuilder: (context, index) {
return ListTile(
dense: true,
contentPadding:
const EdgeInsets.only(left: 16.0, right: 8.0),
visualDensity: const VisualDensity(
vertical: VisualDensity.minimumDensity),
title: Text(names[index], overflow: TextOverflow.ellipsis),
Expand Down

0 comments on commit f0e40d7

Please sign in to comment.