mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 06:05:12 +08:00
Translate text within the color picker
CURA 8687
This commit is contained in:
parent
5063b84c9a
commit
7f95dc98e6
@ -15,6 +15,8 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
|
|
||||||
|
property variant catalog: UM.I18nCatalog { name: "cura" }
|
||||||
|
|
||||||
minimumHeight: UM.Theme.getSize("small_popup_dialog").height
|
minimumHeight: UM.Theme.getSize("small_popup_dialog").height
|
||||||
minimumWidth: UM.Theme.getSize("small_popup_dialog").width / 1.5
|
minimumWidth: UM.Theme.getSize("small_popup_dialog").width / 1.5
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
@ -29,7 +31,7 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
id: colorLabel
|
id: colorLabel
|
||||||
font: UM.Theme.getFont("large")
|
font: UM.Theme.getFont("large")
|
||||||
text: "Color Code (HEX)"
|
text: catalog.i18nc("@label", "Color Code (HEX)")
|
||||||
}
|
}
|
||||||
|
|
||||||
TextField
|
TextField
|
||||||
|
Loading…
x
Reference in New Issue
Block a user