Skip to content

Commit

Permalink
Fix ColumnHeadersHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcapp committed Dec 9, 2024
1 parent c3ad307 commit b16cfb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KindleMate2/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public FrmMain() {
cmbSearch.Items.Add(Strings.Content);
cmbSearch.SelectedIndex = 0;

dataGridView.ColumnHeadersHeight = 23;
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;

lblContent.GotFocus += LblContent_GotFocus;
lblContent.LostFocus += LblContent_LostFocus;
Expand Down
2 changes: 1 addition & 1 deletion KindleMate2/KindleMate2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<LangVersion>latest</LangVersion>
<PackageLicenseUrl>https://github.com/lzcapp/KindleMate2/blob/main/LICENSE</PackageLicenseUrl>
<TargetFrameworks></TargetFrameworks>
<Version>2024.11.21</Version>
<Version>2024.12.09</Version>
<Deterministic>false</Deterministic>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
Expand Down

0 comments on commit b16cfb4

Please sign in to comment.