status-desktop/ui/shared/status/StatusContextMenuButton.qml

13 lines
402 B
QML

import QtQuick 2.13
import "../../imports"
import "../../shared"
StatusIconButton {
id: moreActionsBtn
anchors.verticalCenter: parent.verticalCenter
icon.name: "dots-icon"
iconColor: Style.current.contextMenuButtonForegroundColor
hoveredIconColor: Style.current.contextMenuButtonForegroundColor
highlightedBackgroundColor: Style.current.contextMenuButtonBackgroundHoverColor
}