mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
CURA-5035 Clean-up
This commit is contained in:
parent
8f8d709b64
commit
921e8f7602
17 changed files with 181 additions and 350 deletions
|
@ -31,7 +31,7 @@ ScrollView
|
|||
Label
|
||||
{
|
||||
width: parent.width
|
||||
text: "Plugins"
|
||||
text: catalog.i18nc("@title:tab", "Plugins")
|
||||
color: UM.Theme.getColor("text_medium")
|
||||
font: UM.Theme.getFont("medium")
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ ScrollView
|
|||
Label
|
||||
{
|
||||
width: base.width
|
||||
text: "Materials"
|
||||
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