From 757cdc29989a861283a43f3a9296f64fec61ef3f Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Thu, 31 May 2018 03:20:36 +0300 Subject: [PATCH] Fixed line height of user login text --- slice/LoopListUserItem.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slice/LoopListUserItem.qml b/slice/LoopListUserItem.qml index 8bfdb48..3c7c404 100644 --- a/slice/LoopListUserItem.qml +++ b/slice/LoopListUserItem.qml @@ -58,7 +58,7 @@ Item { text: userLogin color: config.color_text - y: userName == "" ? 8 : 36 + y: userName == "" ? 6 : 36 font { family: config.font