mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
Elide labels next to checkboxes
To the available width, if there is a width. This won't work for right-to-left languages though... Contributes to issue CURA-4692.
This commit is contained in:
parent
616615067c
commit
064a8e6f6c
@ -864,9 +864,10 @@ QtObject {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
label: Label {
|
label: Label {
|
||||||
text: control.text;
|
text: control.text
|
||||||
color: Theme.getColor("checkbox_text");
|
color: Theme.getColor("checkbox_text")
|
||||||
font: Theme.getFont("default");
|
font: Theme.getFont("default")
|
||||||
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user