File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -388,9 +388,10 @@ private void AddSearchfield(AutoTypeCtxForm f)
388388 tbSearch . Dock = lvShownEntries . Dock = DockStyle . None ;
389389 lvShownEntries . Top += tbSearch . Height + iGap - 1 ;
390390 lvShownEntries . Height = iHeight - tbSearch . Height - iGap ;
391- }
391+ lvShownEntries . Width = lvShownEntries . Parent . ClientSize . Width - lvShownEntries . Parent . Padding . Left - lvShownEntries . Parent . Padding . Right ;
392+ }
392393
393- private void OnFilterSearchResults ( object sender , EventArgs e )
394+ private void OnFilterSearchResults ( object sender , EventArgs e )
394395 {
395396 TextBox tbSearch = sender as TextBox ;
396397 if ( tbSearch == null ) return ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ KeePass types EITHER everything before OR everything after {AAT}.
2727//
2828// You can specify all the values or you can use the default the Revision and
2929// Build Numbers by using the '*' as shown below:
30- [ assembly: AssemblyVersion ( "1.18" ) ]
31- [ assembly: AssemblyFileVersion ( "1.18" ) ]
30+ [ assembly: AssemblyVersion ( "1.18.1 " ) ]
31+ [ assembly: AssemblyFileVersion ( "1.18.1 " ) ]
3232[ assembly: Guid ( "78C152F3-EAF8-4FFC-9BE3-F5DC0CD66E5D" ) ]
3333
Original file line number Diff line number Diff line change 11:
2- AlternateAutoType:1.18
2+ AlternateAutoType:1.18.1
33AlternateAutoType!de:5
44AlternateAutoType!pt:1
55AlternateAutoType!ru:4
You can’t perform that action at this time.
0 commit comments