Tweak width and display of receipt date

This commit is contained in:
2026-02-17 13:27:19 +09:00
parent 460da5dda8
commit e9eaa0c98c
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -75,6 +75,7 @@ class ReportFile : ChangeNotifier
get => Path.GetFileName(_filePath);
}
[JsonIgnore]
public bool IsFileFoundOnDisk
{
get => File.Exists(FilePath);
+4 -3
View File
@@ -68,12 +68,13 @@
IsReadOnly="False"
Width="*"/>
<DataGridTemplateColumn Header="Receipt Date"
IsReadOnly="False"
Width="*">
IsReadOnly="False"
Width="125">
<DataGridTemplateColumn.CellTemplate>
<DataTemplate>
<Label Content="{Binding ReceiptDate}"
VerticalAlignment="Center"/>
VerticalAlignment="Center"
HorizontalAlignment="Center"/>
</DataTemplate>
</DataGridTemplateColumn.CellTemplate>
<DataGridTemplateColumn.CellEditingTemplate>