mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Set federation pill height to 16px
This commit is contained in:
@@ -184,7 +184,7 @@ class RoomInfoBasicView: UIView {
|
||||
// append the pill to the room name
|
||||
if image.size.width > 0.0 && image.size.height > 0.0 {
|
||||
let aspectRatio = image.size.width / image.size.height
|
||||
let pillHeight: CGFloat = 18.0
|
||||
let pillHeight: CGFloat = 16.0
|
||||
let offset = 0.5 * (font.capHeight - pillHeight)
|
||||
|
||||
let attachment = NSTextAttachment()
|
||||
|
||||
Reference in New Issue
Block a user