Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
Layout.fillWidth: true
Layout.fillHeight: true
+ Layout.leftMargin: Style.standardSpacing
+ Layout.rightMargin: Style.standardSpacing
+
clip: true
model: root.materialisedItemsModel
delegate: FileProviderFileDelegate {
id: deleteButton
Layout.minimumWidth: implicitWidth
- Layout.fillHeight: true
Layout.alignment: Qt.AlignRight | Qt.AlignVCenter
text: qsTr("Delete")
+ textColorHovered: Style.ncHeaderTextColor
bgColor: Style.errorBoxBackgroundColor
+ contentsFont.bold: true
onClicked: root.evictItem(root.identifier, root.domainIdentifier)
}
}