mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +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
|
verticalAlignment: Text.AlignVCenter
|
||||||
// See this MSC: https://github.com/matrix-org/matrix-doc/pull/2530
|
// See this MSC: https://github.com/matrix-org/matrix-doc/pull/2530
|
||||||
text: model.data.filename ? model.data.filename : model.data.body
|
text: model.data.filename ? model.data.filename : model.data.body
|
||||||
font.pointSize: 11
|
|
||||||
color: "white"
|
color: "white"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue