Skip to content

Commit

Permalink
Update EntryListOverlay.cs
Browse files Browse the repository at this point in the history
increase column width
  • Loading branch information
RiddleTime committed May 21, 2024
1 parent 0e4297f commit b8934e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public EntryListOverlay(Rectangle rect) : base(rect, "Entrylist Overlay")

float fontSize = 9;
var font = FontUtil.FontSegoeMono(fontSize);
_table = new InfoTable(fontSize, [(int)(font.Size * 18), (int)(font.Size * 9), (int)(font.Size * 8), (int)(font.Size * 30)]);
_table = new InfoTable(fontSize, [(int)(font.Size * 18), (int)(font.Size * 9), (int)(font.Size * 10), (int)(font.Size * 30)]);

this.Width = 650;
this.Height = 500;
Expand Down

0 comments on commit b8934e4

Please sign in to comment.