mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
min width on file size
This commit is contained in:
parent
87e71ea860
commit
67ff82810f
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@ namespace Bit.App.Pages
|
|||
Detail.Text = attachment.SizeName;
|
||||
Icon.Source = "download";
|
||||
BackgroundColor = Color.White;
|
||||
Detail.MinimumWidthRequest = 100;
|
||||
}
|
||||
|
||||
public void InitEvents()
|
||||
|
|
Loading…
Reference in a new issue