mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Fix text field alignment.
The color text field was too short in many cases, when the color name is long. Contributes to CURA-5682.
This commit is contained in:
parent
e3f67f1147
commit
3368428dbb
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ TabView
|
|||
ReadOnlyTextField
|
||||
{
|
||||
id: colorLabel;
|
||||
width: parent.width - colorSelector.width - parent.spacing
|
||||
text: properties.color_name;
|
||||
readOnly: !base.editingEnabled
|
||||
onEditingFinished: base.setMetaDataEntry("color_name", properties.color_name, text)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue