removed 'Hex:' from i18n because of numerous translation issues

This commit is contained in:
Corey Woodworth
2025-11-21 22:59:40 -05:00
parent 89d7a63248
commit 0ba80b10a9
+1 -1
View File
@@ -369,7 +369,7 @@ Popup {
spacing: Style.marginM
NLabel {
label: I18n.tr("widgets.color-picker.hex")
label: "Hex:"
Layout.alignment: Qt.AlignVCenter
}