Include recommended/custom switch in theme

Otherwise it stays white.
This commit is contained in:
Ghostkeeper 2017-05-04 09:48:54 +02:00
parent 945486ade9
commit a1f32b74e5
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -354,6 +354,7 @@ Rectangle
anchors.rightMargin: UM.Theme.getSize("default_margin").width anchors.rightMargin: UM.Theme.getSize("default_margin").width
anchors.top: headerSeparator.bottom anchors.top: headerSeparator.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height anchors.topMargin: UM.Theme.getSize("default_margin").height
color: UM.Theme.getColor("sidebar")
visible: !monitoringPrint && !hideSettings visible: !monitoringPrint && !hideSettings
Component{ Component{
id: wizardDelegate id: wizardDelegate