fixed notifications font rendering
This commit is contained in:
16
components/ModuleChip.qml
Normal file
16
components/ModuleChip.qml
Normal file
@@ -0,0 +1,16 @@
|
||||
import QtQuick
|
||||
import "../config" as Cfg
|
||||
|
||||
Rectangle {
|
||||
id: chip
|
||||
|
||||
property real panelRadius: Cfg.Config.radius / 2
|
||||
property int borderWidth: Cfg.Config.panelBorderWidth
|
||||
property bool isTop: true
|
||||
property var targetScreen: null
|
||||
property int barHeight: Cfg.Config.barHeight
|
||||
property int barMargin: Cfg.Config.margin
|
||||
readonly property var t: Cfg.Config.theme
|
||||
|
||||
property bool moduleEnabled: true
|
||||
}
|
||||
Reference in New Issue
Block a user