mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Avoid hardcoded font size
This commit is contained in:
parent
a0c2a174ea
commit
e3c6656613
1 changed files with 1 additions and 1 deletions
|
@ -61,10 +61,10 @@ Item {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
// See this MSC: https://github.com/matrix-org/matrix-doc/pull/2530
|
||||
text: model.data.filename ? model.data.filename : model.data.body
|
||||
font.pointSize: 11
|
||||
color: "white"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue