mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
min width on file size
This commit is contained in:
@@ -361,6 +361,7 @@ namespace Bit.App.Pages
|
|||||||
Detail.Text = attachment.SizeName;
|
Detail.Text = attachment.SizeName;
|
||||||
Icon.Source = "download";
|
Icon.Source = "download";
|
||||||
BackgroundColor = Color.White;
|
BackgroundColor = Color.White;
|
||||||
|
Detail.MinimumWidthRequest = 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void InitEvents()
|
public void InitEvents()
|
||||||
|
|||||||
Reference in New Issue
Block a user