mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-08 00:09:27 -05:00
20 lines
371 B
QML
20 lines
371 B
QML
import QtQuick
|
|
import qs
|
|
import qs.services
|
|
import qs.modules.common
|
|
import qs.modules.waffle.looks
|
|
|
|
WBorderedButton {
|
|
id: root
|
|
implicitWidth: 24
|
|
implicitHeight: 24
|
|
contentItem: Item {
|
|
FluentIcon {
|
|
anchors.centerIn: parent
|
|
implicitSize: 12
|
|
icon: root.icon.name
|
|
color: root.fgColor
|
|
}
|
|
}
|
|
}
|