mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
After first start (no machine added) the controls on right side are invisible
CURA-4357
This commit is contained in:
parent
e1f8676cac
commit
ea65457920
2 changed files with 4 additions and 2 deletions
|
|
@ -27,6 +27,7 @@ Item
|
|||
|
||||
ScrollView
|
||||
{
|
||||
visible: Cura.MachineManager.activeMachineName != "" // If no printers added then the view is invisible
|
||||
anchors.fill: parent
|
||||
style: UM.Theme.styles.scrollview
|
||||
flickableItem.flickableDirection: Flickable.VerticalFlick
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue