mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
autosize notes
This commit is contained in:
parent
8658ebd6bb
commit
cf4a6bb1a2
1 changed files with 2 additions and 2 deletions
|
@ -483,8 +483,8 @@
|
||||||
<Editor
|
<Editor
|
||||||
x:Name="_notesEditor"
|
x:Name="_notesEditor"
|
||||||
Text="{Binding Cipher.Notes}"
|
Text="{Binding Cipher.Notes}"
|
||||||
StyleClass="box-value"
|
AutoSize="TextChanges"
|
||||||
HeightRequest="200" />
|
StyleClass="box-value" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
<StackLayout StyleClass="box">
|
<StackLayout StyleClass="box">
|
||||||
|
|
Loading…
Reference in a new issue