Skip to content
Snippets Groups Projects
Commit 462204f3 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Fix properties

parent 81a3faee
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,8 @@ ApplicationWindow {
spacing: 10
Avatar {
width: avatarSize
height: avatarSize
width: Nheko.avatarsize
height: Nheko.avatarsize
userid: model.mxid
url: model.avatarUrl.replace("mxc://", "image://MxcImage/")
displayName: model.displayName
......@@ -177,13 +177,13 @@ ApplicationWindow {
Label {
text: model.displayName
color: TimelineManager.userColor(model ? model.mxid : "", colors.window)
color: TimelineManager.userColor(model ? model.mxid : "", Nheko.colors.window)
font.pointSize: 12
}
Label {
text: model.mxid
color: colors.buttonText
color: Nheko.colors.buttonText
font.pointSize: 10
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment