@@ -77,17 +77,17 @@ Kirigami.ScrollablePage {
|
|||||||
}
|
}
|
||||||
contentItem: RowLayout {
|
contentItem: RowLayout {
|
||||||
implicitHeight: categoryName.implicitHeight
|
implicitHeight: categoryName.implicitHeight
|
||||||
Kirigami.Icon {
|
|
||||||
source: roomListModel.categoryVisible(section) ? "go-up" : "go-down"
|
|
||||||
implicitHeight: Kirigami.Units.iconSizes.small
|
|
||||||
implicitWidth: Kirigami.Units.iconSizes.small
|
|
||||||
}
|
|
||||||
Kirigami.Heading {
|
Kirigami.Heading {
|
||||||
id: categoryName
|
id: categoryName
|
||||||
level: 3
|
level: 3
|
||||||
text: roomListModel.categoryName(section)
|
text: roomListModel.categoryName(section)
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
}
|
}
|
||||||
|
Kirigami.Icon {
|
||||||
|
source: roomListModel.categoryVisible(section) ? "go-up" : "go-down"
|
||||||
|
implicitHeight: Kirigami.Units.iconSizes.small
|
||||||
|
implicitWidth: Kirigami.Units.iconSizes.small
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user