1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-10 01:08:23 +02:00

make notes editor taller

This commit is contained in:
Kyle Spearrin 2017-09-27 14:36:55 -04:00
parent c2b1be288e
commit 068f5771b2

View File

@ -57,7 +57,7 @@ namespace Bit.App.Pages
return;
}
NotesCell = new FormEditorCell(height: 180);
NotesCell = new FormEditorCell(height: 300);
NotesCell.Editor.Keyboard = Keyboard.Text;
NotesCell.Editor.Text = login.Notes?.Decrypt(login.OrganizationId);