This commit is contained in:
Kyle Spearrin 2019-06-08 01:04:31 -04:00
parent 6cdf84dcb7
commit 5f16066641
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@
<StackLayout StyleClass="box-row, box-row-input">
<Editor
x:Name="_notesEditor"
AutoSize="TextChanges"
Text="{Binding Cipher.Notes}"
StyleClass="box-value" />
</StackLayout>