mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
autosize
This commit is contained in:
parent
6cdf84dcb7
commit
5f16066641
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue