Shrink notification max height
256px is a bit too tall...
This commit is contained in:
parent
dcca75faeb
commit
672b5343b6
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
font = "Sans 12"
|
||||
origin = top-left
|
||||
width = 600
|
||||
height = (0, 256)
|
||||
height = (0, 128)
|
||||
offset = 0x0
|
||||
padding = 1
|
||||
horizontal_padding = 1
|
||||
|
@ -93,4 +93,4 @@ separator_color = "#f0f0f0"
|
|||
|
||||
[Doorbell]
|
||||
appname = "doorbell"
|
||||
max_icon_size = 256
|
||||
max_icon_size = 128
|
||||
|
|
Loading…
Add table
Reference in a new issue