Add rounded corners to inline images

This commit is contained in:
Konstantinos Sideris 2017-12-21 18:27:57 +02:00
parent 32377dc027
commit ece20dd917
2 changed files with 29 additions and 15 deletions

View file

@ -69,6 +69,9 @@ private:
int bottom_height_ = 30;
QRectF textRegion_;
QRectF imageRegion_;
mtx::events::RoomEvent<mtx::events::msg::Image> event_;
QSharedPointer<MatrixClient> client_;