aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-08-06 15:29:23 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-08-06 13:32:39 +0000
commit185bdcaad8eaf6a514630293a10d949187e6bd54 (patch)
tree3731e454629f193cb0f8224fb1b9ddc49e828f6f /share
parentbe3c34221cccec6bb53f8e8569e0ddeaae9c41c3 (diff)
QmlDesigner: Remove radius for consistency
Change-Id: I7868265706fff25a32700870841b512d3f3f8a44 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
index a3e886f6b5..d206ad9b88 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientDialogPopup.qml
@@ -82,7 +82,6 @@ Loader {
width: parent.width - 8 - xOffset
height: gradientDialogLoader.dialogHeight
- radius: 2
color: Theme.qmlDesignerBackgroundColorDarkAlternate()
border.color: Theme.qmlDesignerBorderColor()