mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge branch 'CURA-5876_fixes' into 4.0
This commit is contained in:
commit
78a5f95c43
23 changed files with 218 additions and 431 deletions
|
|
@ -15,6 +15,7 @@ Item
|
|||
{
|
||||
property alias source: icon.source
|
||||
property alias iconSize: icon.width
|
||||
property alias iconColor: icon.color
|
||||
property alias color: label.color
|
||||
property alias text: label.text
|
||||
property alias font: label.font
|
||||
|
|
@ -37,7 +38,7 @@ Item
|
|||
{
|
||||
id: icon
|
||||
width: UM.Theme.getSize("section_icon").width
|
||||
height: UM.Theme.getSize("section_icon").height
|
||||
height: width
|
||||
|
||||
color: UM.Theme.getColor("icon")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue