[AltStore] Updates ToastView appearance

This commit is contained in:
Riley Testut
2019-07-24 12:51:23 -07:00
parent 94a5b14577
commit 14b3dfa11c
4 changed files with 7 additions and 11 deletions

View File

@@ -25,6 +25,6 @@ class ToastView: RSTToastView
{
super.layoutSubviews()
self.layer.cornerRadius = self.bounds.midY
self.layer.cornerRadius = 16
}
}