mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
CURA-5035 Fixed selection header
This commit is contained in:
parent
f2301eec31
commit
236e2db47e
14 changed files with 29 additions and 29 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue