mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
CURA-4870 Add mock-up for the printer type dropdown selector.
Add mock-up for the configuration selection.
This commit is contained in:
parent
6fca1f1589
commit
ac635ba748
4 changed files with 221 additions and 1 deletions
|
|
@ -87,10 +87,20 @@ Rectangle
|
|||
|
||||
MachineSelection {
|
||||
id: machineSelection
|
||||
width: base.width
|
||||
width: base.width - configSelection.width
|
||||
height: UM.Theme.getSize("sidebar_header").height
|
||||
anchors.top: base.top
|
||||
anchors.left: parent.left
|
||||
}
|
||||
|
||||
ConfigurationSelection {
|
||||
id: configSelection
|
||||
visible: printerConnected && !sidebar.monitoringPrint && !sidebar.hideSettings
|
||||
width: visible ? Math.round(base.width * 0.25) : 0
|
||||
height: UM.Theme.getSize("sidebar_header").height
|
||||
anchors.top: base.top
|
||||
anchors.right: parent.right
|
||||
panelWidth: base.width
|
||||
}
|
||||
|
||||
SidebarHeader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue