Fix review comments.

- Text was cutoff instead of wrapped in Save Custom Profile (Rename Dialog).
- Make the placeholder into a proper placeholder text.
- Fix spelling (save -> safe).
- Link didn't work as a link.
- Slightly better tooltips.

part of CURA-9347
This commit is contained in:
Remco Burema 2022-12-01 14:57:05 +01:00
parent 6f651b922a
commit 3bc955fe8f
4 changed files with 30 additions and 22 deletions

View file

@ -155,14 +155,6 @@ UM.Dialog
discardButton.enabled = true;
}
}
},
Rectangle
{
// Workaround: If this placeholder isn't in here, then on repeated state-changes of the window, the rightButtons will be in the center (despite initially showing up right).
visible: alternateStates.state != ""
color: base.backgroundColor
implicitHeight: UM.Theme.getSize("combobox").height
implicitWidth: UM.Theme.getSize("combobox").width
}
]