mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Fix display of profile name in header
Without no-wrap, longer names would be put on multiple lines. These would then spill out of the display element
This commit is contained in:
parent
d1a42e4e77
commit
2ed68beb22
2 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ RowLayout
|
|||
}
|
||||
font: UM.Theme.getFont("medium")
|
||||
elide: Text.ElideMiddle
|
||||
|
||||
wrapMode: Text.NoWrap
|
||||
UM.SettingPropertyProvider
|
||||
{
|
||||
id: layerHeight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue