Skip to content

Commit

Permalink
Fixed time formatting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-DeForrest-Reynolds committed Dec 6, 2023
1 parent 5443c19 commit bc786b0
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 79 deletions.
5 changes: 1 addition & 4 deletions CustomControls/EditorSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ public EditorSettings(MainForm MF, Toolbox TB)
private void Font_Size_Changed(object sender, EventArgs e)
{
List<string> Exclusions = new()
{ "DescriptionLabel",
"IngredientsLabel",
"DirectionsLabel",
"MainToolStrip",
{ "MainToolStrip",
};

MF.Font = new Font("Arial", (float)FontSizeControl.Value);
Expand Down
Loading

0 comments on commit bc786b0

Please sign in to comment.