1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-17 23:18:28 +01:00

- fixed chat list windows items.

This commit is contained in:
cage 2020-09-10 20:21:07 +02:00
parent 52f550df5e
commit 0e09efca2c
2 changed files with 5 additions and 5 deletions

View File

@ -498,7 +498,7 @@ chats-list-window.foreground = red
chats-list-window.input.selected.background = yellow chats-list-window.input.selected.background = yellow
chats-list-window.input.selected.foreground = #B27DE5 chats-list-window.input.selected.foreground = black
# actual chat window # actual chat window

View File

@ -82,10 +82,10 @@
:normal-text (chat->list-item chat) :normal-text (chat->list-item chat)
:selected-text (chat->list-item chat) :selected-text (chat->list-item chat)
:fields chat :fields chat
:normal-bg bg :normal-bg fg
:normal-fg fg :normal-fg bg
:selected-bg fg :selected-bg bg
:selected-fg bg)) :selected-fg fg))
chats))) chats)))
(with-croatoan-window (croatoan-window object) (with-croatoan-window (croatoan-window object)
(setf rows (make-rows (db:all-chats) (setf rows (make-rows (db:all-chats)