mirror of
https://github.com/metabolist/metatext.git
synced 2024-11-22 08:10:59 +00:00
Increase button size
This commit is contained in:
parent
232426c7fe
commit
281a7afd7c
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ private extension StatusView {
|
|||
button.heightAnchor.constraint(equalToConstant: .minimumButtonDimension).isActive = true
|
||||
} else {
|
||||
button.heightAnchor.constraint(
|
||||
greaterThanOrEqualToConstant: .minimumButtonDimension / 2).isActive = true
|
||||
greaterThanOrEqualToConstant: .minimumButtonDimension * 2 / 3).isActive = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue