1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-23 11:43:49 +00:00

removed monospaced font from username field

This commit is contained in:
Kyle Spearrin
2016-11-08 21:29:24 -05:00
parent 3b1bb02e41
commit 0257c5b30d
7 changed files with 11 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ namespace Bit.App.Pages
Android: new Thickness(15, 8),
WinPhone: new Thickness(15, 20));
PasswordCell = new FormEntryCell(AppResources.MasterPassword, IsPassword: true,
PasswordCell = new FormEntryCell(AppResources.MasterPassword, isPassword: true,
useLabelAsPlaceholder: true, imageSource: "lock", containerPadding: padding);
PasswordCell.Entry.ReturnType = Enums.ReturnType.Go;