SDA-3414 Hiding installtype elements

This commit is contained in:
Mattias Gustavsson 2021-10-27 07:56:19 +02:00
parent 0179c89c46
commit 6b25dc295b

View File

@ -196,6 +196,10 @@ namespace Symphony
this.panelInstallType.PerformLayout();
this.ResumeLayout(false);
// Fix for SDA-3414 - we might want to remove these UI elements completely at some point, but hiding for now
this.labelInstallType.Hide();
this.panelInstallType.Hide();
ScaleForDPI( this.backgroundPanel );
foreach (System.Windows.Forms.Control control in this.backgroundPanel.Controls)
{