mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Reverse buttons (IOS-241)
This commit is contained in:
parent
287587fcf1
commit
f5bc847b30
@ -103,7 +103,7 @@ class NotificationRequestTableViewCell: UITableViewCell {
|
||||
rejectNotificationRequestActivityIndicatorView.stopAnimating()
|
||||
rejectNotificationRequestButton.addSubview(rejectNotificationRequestActivityIndicatorView)
|
||||
|
||||
buttonStackView = UIStackView(arrangedSubviews: [acceptNotificationRequestButtonShadowBackgroundContainer, rejectNotificationRequestButtonShadowBackgroundContainer])
|
||||
buttonStackView = UIStackView(arrangedSubviews: [rejectNotificationRequestButtonShadowBackgroundContainer, acceptNotificationRequestButtonShadowBackgroundContainer])
|
||||
buttonStackView.axis = .horizontal
|
||||
buttonStackView.distribution = .fillEqually
|
||||
buttonStackView.spacing = 16
|
||||
|
Loading…
x
Reference in New Issue
Block a user