Signed-off-by: Camila Ayres <hello@camilasan.com>
text: qsTr("In %1").arg(model.displayLocation)
}
+ // TODO: the current style does not support customization of this control
contentItem: ColumnLayout {
spacing: Style.smallSpacing
visible: root.toolTipText !== "" && root.hovered
}
+ // TODO: the current style does not support customization of this control
contentItem: NCButtonContents {
id: contents
display: root.display
text: root.userHasGroupFolders ? qsTr("Open local or group folders") : qsTr("Open local folder")
}
- contentItem: Item {
+
+ Item {
id: rootContent
anchors.fill: parent
\r
onClicked: userMoreButtonMenu.visible ? userMoreButtonMenu.close() : userMoreButtonMenu.popup()\r
\r
- contentItem: Image {\r
+ Image {\r
anchors.fill: parent\r
source: "image://svgimage-custom-color/more.svg" + "/" + palette.buttonText\r
fillMode: Image.PreserveAspectFit\r