diff --git a/slice/LoopListUserItem.qml b/slice/LoopListUserItem.qml index c6ad563..204fd78 100644 --- a/slice/LoopListUserItem.qml +++ b/slice/LoopListUserItem.qml @@ -41,6 +41,15 @@ Item y: 4 } + Rectangle + { + x: itemRoot.height + 2 + y: 0 + width: parent.width - itemRoot.height - 2 + height: itemRoot.height + color: ( hoverEnabled && hover ? colors.textBgHover : colors.textBg ) + } + Text { id: userNameText @@ -57,15 +66,6 @@ Item width: itemRoot.width - itemRoot.height - 26 } - Rectangle - { - x: itemRoot.height + 2 - y: 0 - width: parent.width - itemRoot.height - 2 - height: itemRoot.height - color: ( hoverEnabled && hover ? colors.textBgHover : colors.textBg ) - } - Text { id: userLoginText