Working on pop out tabs
This commit is contained in:
parent
ae98ebf478
commit
e6deae39d4
2 changed files with 25 additions and 6 deletions
|
|
@ -155,8 +155,7 @@ namespace MatterHackers.MatterControl
|
|||
ActiveTheme.Instance.PrimaryTextColor, new RGBA_Bytes(), unselectedTextColor, new RGBA_Bytes()));
|
||||
|
||||
string printerControlsLabel = LocalizedString.Get("Controls").ToUpper();
|
||||
advancedControls.AddTab(new SimpleTextTabWidget(new TabPage(manualPrinterControlsScrollArea, printerControlsLabel), "Controls Tab", textSize,
|
||||
ActiveTheme.Instance.PrimaryTextColor, new RGBA_Bytes(), unselectedTextColor, new RGBA_Bytes()));
|
||||
advancedControls.AddTab(new PopOutTextTabWidget(new TabPage(manualPrinterControlsScrollArea, printerControlsLabel), "Controls Tab", textSize));
|
||||
|
||||
string configurationLabel = LocalizedString.Get("Configuration").ToUpper();
|
||||
ScrollableWidget configurationControls = new PrinterConfigurationScrollWidget();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue