From b2129258d1ef79400775cf640d685e8ed2c4cee3 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 15 Sep 2022 23:28:39 +0300 Subject: [PATCH] [Improvement] Better chat statuses --- ui/widgets/widgets.style | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/widgets/widgets.style b/ui/widgets/widgets.style index 921040e..770af20 100644 --- a/ui/widgets/widgets.style +++ b/ui/widgets/widgets.style @@ -1184,6 +1184,8 @@ PeerListItem { height: pixels; photoPosition: point; namePosition: point; + chatNamePosition: point; + chatDescPosition: point; nameStyle: TextStyle; nameFg: color; nameFgChecked: color;