Switch to ColumnLayout

Update part of Support selector to new layout.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-11-28 10:49:53 +01:00
parent ba958e1186
commit 4a59607d05
4 changed files with 213 additions and 292 deletions

View file

@ -18,6 +18,7 @@ Item
property alias enableSectionEnabled: enableSectionSwitch.enabled
property var enableSectionClicked: { return }
property int leftColumnWidth: width / 2
property var toolTipText: ""
property alias contents: settingColumn.children
@ -60,7 +61,7 @@ Item
MouseArea
{
id: tooltipMouseArea
anchors.fill: parent
anchors.fill: sectionTitle
propagateComposedEvents: true
hoverEnabled: true
@ -70,7 +71,7 @@ Item
}
Column
ColumnLayout
{
id: settingColumn
width: parent.width