forked from qt-creator/qt-creator
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:
@@ -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 {}
|
||||
|
Reference in New Issue
Block a user