mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06:00
Minor UI tweaks
CURA-6013
This commit is contained in:
parent
4d57aa8ea4
commit
a6dbba7090
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue