Skip to content

Commit

Permalink
Merge pull request #71 from lzcapp/main
Browse files Browse the repository at this point in the history
Leave DataGridView's ColumnHeadersHeight untouched
  • Loading branch information
BlueMystical authored Dec 10, 2024
2 parents b979e71 + c1bc824 commit 8812501
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 8812501

Please sign in to comment.