QmlDesigner: Remove caption from specifics

Task-number: QDS-8681
Change-Id: Ia7b0c842779e634e1cadb848a32bfb4eed5c3406
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2023-02-22 17:01:13 +01:00
committed by Henning Gründl
parent 92bcea463f
commit a45be61691

View File

@@ -9,9 +9,7 @@ import StudioTheme 1.0 as StudioTheme
Column {
width: parent.width
ItemDelegateSection {
caption: qsTr("Radio Delegate")
}
ItemDelegateSection {}
AbstractButtonSection {}