Skip to content

Commit 856fa3a

Browse files
authored
Merge branch 'main' into issue-106-gui
2 parents d989371 + 79e3842 commit 856fa3a

22 files changed

+658
-372
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1414
<UseArtifactsOutput>true</UseArtifactsOutput>
1515
<PackageIcon>icon.png</PackageIcon>
16-
<VersionPrefix>0.1.0</VersionPrefix>
16+
<VersionPrefix>0.2.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<LangVersion>10.0</LangVersion>
1919
<Features>strict</Features>

OpenEphys.Onix1.Design/NeuropixelsV2eDialog.Designer.cs

Lines changed: 43 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenEphys.Onix1.Design/NeuropixelsV2eDialog.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ private void FormShown(object sender, EventArgs e)
7979
{
8080
if (!TopLevel)
8181
{
82-
splitContainer1.Panel2Collapsed = true;
83-
splitContainer1.Panel2.Hide();
82+
tableLayoutPanel1.Controls.Remove(flowLayoutPanel1);
83+
tableLayoutPanel1.RowCount = 1;
8484

8585
menuStrip.Visible = false;
8686
}

0 commit comments

Comments
 (0)