From ce6083992bdc87090a8a39c15b6656542a4460c9 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 7 Jul 2022 21:12:22 +0200 Subject: [PATCH] QmlDesigner: Remove hex label Change-Id: I9bb5ba47cdbc286544417b95cc9cf9c6ca3943cb Reviewed-by: Brook Cronin Reviewed-by: Thomas Hartmann Reviewed-by: --- .../imports/HelperWidgets/ColorEditor.qml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml index 6cf00a6960f..cd31bcdddcb 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml @@ -1312,16 +1312,6 @@ SecondColumnLayout { } } - Spacer { implicitWidth: StudioTheme.Values.controlLabelGap } - - ControlLabel { - text: "Hex" - horizontalAlignment: Text.AlignLeft - width: StudioTheme.Values.controlLabelWidth - + StudioTheme.Values.controlGap - + StudioTheme.Values.linkControlWidth - } - ExpandingSpacer { id: spacer} StudioControls.Menu {