Add scrollable for PrinterDetails panel
- Issue MatterHackers/MCCentral#5643 Add printer right panel not scrollable
This commit is contained in:
parent
cfdcb7f36d
commit
87027cc724
3 changed files with 29 additions and 12 deletions
|
|
@ -69,6 +69,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
if (userIsLoggedIn)
|
||||
{
|
||||
contentRow.AddChild(printerPanel);
|
||||
contentRow.Padding = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue