CURA-5035 Fixed selection header

This commit is contained in:
Ian Paschal 2018-04-24 16:59:23 +02:00
parent f2301eec31
commit 236e2db47e
14 changed files with 29 additions and 29 deletions

View file

@ -10,7 +10,7 @@ import UM 1.1 as UM
ScrollView
{
id: base
id: page
frameVisible: false
width: parent.width
height: parent.height
@ -68,7 +68,7 @@ ScrollView
Label
{
visible: toolbox.materialsInstalledModel.items.length > 0
width: base.width
width: page.width
text: catalog.i18nc("@title:tab", "Materials")
color: UM.Theme.getColor("text_medium")
font: UM.Theme.getFont("medium")