Improved Icons & Styling

This commit is contained in:
Ian Paschal 2018-03-09 14:07:29 +01:00
parent fe2a08a46b
commit ae2a286e3f
7 changed files with 53 additions and 25 deletions

View file

@ -107,7 +107,7 @@ Rectangle
ConfigurationSelection {
id: configSelection
visible: printerConnected && !sidebar.monitoringPrint && !sidebar.hideSettings
width: visible ? Math.round(base.width * 0.25) : 0
width: visible ? Math.round(base.width * 0.15) : 0
height: UM.Theme.getSize("sidebar_header").height
anchors.top: base.top
anchors.right: parent.right