mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Minor UI tweaks
CURA-6013
This commit is contained in:
parent
4d57aa8ea4
commit
a6dbba7090
@ -26,7 +26,7 @@ Item
|
||||
right: parent.right
|
||||
rightMargin: UM.Theme.getSize("wide_margin").width
|
||||
}
|
||||
height: UM.Theme.getSize("toolbox_detail_header").height
|
||||
height: childrenRect.height + 3 * UM.Theme.getSize("default_margin").width
|
||||
Rectangle
|
||||
{
|
||||
id: thumbnail
|
||||
@ -62,8 +62,7 @@ Item
|
||||
text: details === null ? "" : (details.name || "")
|
||||
font: UM.Theme.getFont("large")
|
||||
color: UM.Theme.getColor("text")
|
||||
wrapMode: Text.WordWrap
|
||||
width: properties.width + values.width
|
||||
width: contentWidth
|
||||
height: contentHeight
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user