This commit is contained in:
Kyle Spearrin 2019-06-08 01:04:31 -04:00
parent 6cdf84dcb7
commit 5f16066641

View file

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