mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: notifications o:
This commit is contained in:
parent
15ac9bfa2b
commit
c98690fa63
5 changed files with 346 additions and 8 deletions
|
|
@ -12,9 +12,6 @@ Item {
|
|||
width: parent.width
|
||||
height: 30
|
||||
|
||||
property real text_point_size: 12
|
||||
property real length: width / text_point_size
|
||||
|
||||
Rectangle {
|
||||
anchors {
|
||||
fill: parent
|
||||
|
|
@ -33,7 +30,7 @@ Item {
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
text: modelData?.text ?? ""
|
||||
color: Stylix.base05
|
||||
font.pointSize: text_point_size
|
||||
font.pointSize: 12
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue