diff --git a/KindleMate2/FrmMain.cs b/KindleMate2/FrmMain.cs index adbd3fc..8e43760 100644 --- a/KindleMate2/FrmMain.cs +++ b/KindleMate2/FrmMain.cs @@ -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; diff --git a/KindleMate2/KindleMate2.csproj b/KindleMate2/KindleMate2.csproj index 0bf8aac..b53d2a4 100644 --- a/KindleMate2/KindleMate2.csproj +++ b/KindleMate2/KindleMate2.csproj @@ -22,7 +22,7 @@ latest https://github.com/lzcapp/KindleMate2/blob/main/LICENSE - 2024.11.21 + 2024.12.09 false