We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1195ddc commit 777181cCopy full SHA for 777181c
ActiveWindowLogger/frmMain.vb
@@ -229,7 +229,7 @@ Public Class frmMain
229
230
Private Sub frmMain_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Resize
231
lvEntries.Width = Me.Width - 30
232
- lvEntries.Height = Me.Height - 216
+ lvEntries.Height = Me.Height - 230 ' form - ( menubar + top-frame + bottom buttons + spacings)
233
End Sub
234
235
Private Sub AboutToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AboutToolStripMenuItem.Click
0 commit comments