Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
* more working
Browse files Browse the repository at this point in the history
  • Loading branch information
festo-i40 committed Jan 8, 2024
1 parent a3fce14 commit 1670c15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@ protected void RenderTripleRowData(
background: new AnyUiBrush(clr.Item2),
foreground: new AnyUiBrush(clr.Item1),
margin: new AnyUiThickness(0, 4, 0, 8),
padding: new AnyUiThickness(2, 1, 2, 1),
content: "" + ifx.LogLine),
colSpan: 5);
}
Expand Down

0 comments on commit 1670c15

Please sign in to comment.