1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-08-11 20:33:52 +02:00

min width on file size

This commit is contained in:
Kyle Spearrin 2017-07-13 18:08:16 -04:00
parent 87e71ea860
commit 67ff82810f

View File

@ -361,6 +361,7 @@ namespace Bit.App.Pages
Detail.Text = attachment.SizeName;
Icon.Source = "download";
BackgroundColor = Color.White;
Detail.MinimumWidthRequest = 100;
}
public void InitEvents()