3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 14:55:30 +02:00

Merge pull request from zfox23/commerce_fixRecentActivityWrap

Commerce: Fix wrap mode for very long P2P memos
This commit is contained in:
Zach Fox 2018-02-14 09:14:21 -08:00 committed by GitHub
commit 2f0c9e1acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -391,7 +391,7 @@ Item {
anchors.topMargin: 15;
width: 118;
height: paintedHeight;
wrapMode: Text.WordWrap;
wrapMode: Text.Wrap;
// Alignment
horizontalAlignment: Text.AlignRight;
}
@ -408,7 +408,7 @@ Item {
height: paintedHeight;
color: model.status === "invalidated" ? hifi.colors.redAccent : hifi.colors.baseGrayHighlight;
linkColor: hifi.colors.blueAccent;
wrapMode: Text.WordWrap;
wrapMode: Text.Wrap;
font.strikeout: model.status === "invalidated";
onLinkActivated: {