Skip to content

Commit

Permalink
Leave DataGridView's ColumnHeadersHeight untouched
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Dec 9, 2024
1 parent b979e71 commit c1bc824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SourceFiles/DarkModeCS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ public void ThemeControl(Control control)
grid.ColumnHeadersDefaultCellStyle.ForeColor = OScolors.TextActive;
grid.ColumnHeadersDefaultCellStyle.SelectionBackColor = OScolors.Surface;
grid.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
grid.ColumnHeadersHeight = 140;

grid.RowHeadersDefaultCellStyle.BackColor = OScolors.Surface;
grid.RowHeadersDefaultCellStyle.ForeColor = OScolors.TextActive;
Expand Down

0 comments on commit c1bc824

Please sign in to comment.