Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test syntax
  • Loading branch information
dreddy-work committed Oct 23, 2022
commit 5f30c0330e3bc603edd20ab63dd0e0c70237e7b6
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void SplitContainer_Properties_HorizontalSplitter_Scaling(int newDpi)
}

using var form = new Form();
using var splitContainer = new()
using SplitContainer splitContainer = new()
{
FixedPanel = FixedPanel.Panel1,
Location = new Drawing.Point(0, 0),
Expand Down