From e5d7387fed6b3c187fad273c5fc5932c8853c5fe Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 29 Apr 2019 11:54:33 +0200 Subject: [PATCH] Updated the documentation of the contentAlignment property --- resources/qml/ExpandableComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/ExpandableComponent.qml b/resources/qml/ExpandableComponent.qml index ba8bed067a..8803c08b19 100644 --- a/resources/qml/ExpandableComponent.qml +++ b/resources/qml/ExpandableComponent.qml @@ -41,6 +41,7 @@ Item property alias disabledText: disabledLabel.text // Defines the alignment of the content with respect of the headerItem, by default to the right + // Note that this only has an effect if the panel is draggable property int contentAlignment: ExpandableComponent.ContentAlignment.AlignRight // How much spacing is needed around the contentItem