mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-18 16:32:06 +00:00
UI Fixes / Improvements (#12069)
* clone dialog - spin input stuck on selected * fix advanced toggle label * fix scrollbar appearing on project page welcome screen * create slicing section on preferences * reduce margins on tabs * bbl part skip dialog * Update filament_not_mactch.svg * Update icon_qusetion.svg * match hyperlink color on notifications * fix position of notifications on slicing errors * match background color of BBL > Calibration tab > Sidebar * match look of BBL sidebars * match bbl monitor icons * match multi-device page margins * bbl > monitor > print control buttons * fix flush dialog showing text selection on buttons * Printer network dialog > match combo box width
This commit is contained in:
@@ -160,7 +160,7 @@ void PhysicalPrinterDialog::build_printhost_settings(ConfigOptionsGroup* m_optgr
|
||||
// (printer_agent is coString in config, but we need a dropdown)
|
||||
ConfigOptionDef def;
|
||||
def.type = coEnum;
|
||||
def.width = Field::def_width();
|
||||
def.width = Field::def_width_wider();
|
||||
def.label = L("Printer Agent");
|
||||
def.tooltip = L("Select the network agent implementation for printer communication. "
|
||||
"Available agents are registered at startup.");
|
||||
@@ -315,7 +315,7 @@ void PhysicalPrinterDialog::build_printhost_settings(ConfigOptionsGroup* m_optgr
|
||||
// For bbl printers, we build a fake option to control whether the original device tab should be used
|
||||
ConfigOptionDef def;
|
||||
def.type = coBool;
|
||||
def.width = Field::def_width();
|
||||
def.width = Field::def_width_wider();
|
||||
def.label = L("View print host webui in Device tab");
|
||||
def.tooltip = L("Replace the BambuLab's device tab with print host webui");
|
||||
def.set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
Reference in New Issue
Block a user