mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 16:38:41 -06:00
SDA-3414 Hiding installtype elements
This commit is contained in:
parent
0179c89c46
commit
6b25dc295b
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user