Wire up file size
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<SettingsExpanderItem
|
||||
x:Class="Wallet.Avalonia.AttachmentEntryView"
|
||||
xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
Welcome to Avalonia!
|
||||
</SettingsExpanderItem>
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:Wallet"
|
||||
x:DataType="vm:LocalAttachmentEntryViewModel"
|
||||
Description="{Binding Size, Converter={FileSizeNameConverter}}" />
|
||||
|
||||
Reference in New Issue
Block a user