Skip to content

Commit

Permalink
Allow tighter dispenser controller layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Oct 17, 2023
1 parent 2a6a02a commit fcce272
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 deletions src/Aeon.Foraging/DispenserEventControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Aeon.Foraging/DispenserEventControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public DispenserEventControl(DispenserController source)
var dispenserName = Source.Name;
if (!string.IsNullOrEmpty(dispenserName))
{
dispenserGroupBox.Text = $"{dispenserName} Dispenser";
dispenserGroupBox.Text = $"{dispenserName}";
}
}

Expand Down

0 comments on commit fcce272

Please sign in to comment.