mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Switch to ColumnLayout
Update part of Support selector to new layout. CURA-9793
This commit is contained in:
parent
ba958e1186
commit
4a59607d05
4 changed files with 213 additions and 292 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue