2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-01-23 12:59:44 +00:00
Lukáš Tinkl 31be818e0e fix: Pinning messages - tweaks to UI and interactions
... to help align with original design intent

- dropped date breaks before msg groups
- show full date/timestamp in the msg header
- floating "Unpin" button on mouse hover
- no padding/spacing between messages
- some smaller code cleanups and dead code removals

Fixes 
2023-02-17 11:22:21 +01:00

12 lines
249 B
QML

import QtQuick 2.3
StatusChatImageLoader {
property int chatVerticalPadding: 12
property int chatHorizontalPadding: 12
property string imageSource
id: imageMessage
verticalPadding: chatVerticalPadding
source: imageSource
}