controlcenter: removed expand/collapse all on taskbar panel
This commit is contained in:
parent
80b3255e2e
commit
e3f0190949
1 changed files with 0 additions and 15 deletions
|
|
@ -167,8 +167,6 @@ Item {
|
||||||
|
|
||||||
spacing: Appearance.spacing.small
|
spacing: Appearance.spacing.small
|
||||||
|
|
||||||
readonly property bool allSectionsExpanded: true
|
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
spacing: Appearance.spacing.smaller
|
spacing: Appearance.spacing.smaller
|
||||||
|
|
||||||
|
|
@ -177,19 +175,6 @@ Item {
|
||||||
font.pointSize: Appearance.font.size.large
|
font.pointSize: Appearance.font.size.large
|
||||||
font.weight: 500
|
font.weight: 500
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
|
||||||
Layout.fillWidth: true
|
|
||||||
}
|
|
||||||
|
|
||||||
IconButton {
|
|
||||||
icon: sidebarLayout.allSectionsExpanded ? "unfold_less" : "unfold_more"
|
|
||||||
type: IconButton.Text
|
|
||||||
label.animate: true
|
|
||||||
onClicked: {
|
|
||||||
// No collapsible sections remaining
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ConnectedButtonGroup {
|
ConnectedButtonGroup {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue