QmlDesigner: Fix basic label specifics

Change-Id: Ifb1fbdde28ab870b1eb9d2fbaa85d75fe8ca2e1a
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2024-04-25 14:55:19 +02:00
parent 05e5aa7f0c
commit ffe30a313e

View File

@@ -1,27 +1,6 @@
// Copyright (C) 2022 The Qt Company Ltd.
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick 2.15
import HelperWidgets 2.0
import QtQuick.Layouts 1.15
import StudioTheme 1.0 as StudioTheme
import ".." as Original
Column {
width: parent.width
CharacterSection {
showVerticalAlignment: true
}
TextExtrasSection {
width: parent.width
showWrapMode: true
showFormatProperty: true
}
FontExtrasSection {}
PaddingSection {}
InsetSection {}
}
Original.LabelSpecifics {}