mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 13:29:58 -05:00
waffles: notif center: calendar header and focus
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user