修复窗口大小问题

This commit is contained in:
ShrlAlgo
2025-09-19 09:18:09 +08:00
parent d71019ac38
commit 3fc465959b
34 changed files with 592 additions and 238 deletions

View File

@@ -74,7 +74,8 @@ public partial class InstanceCreatorViewModel : ObservableObject
private BitmapSource image;
[ObservableProperty]
private string searchText;
public partial string SearchText { get; set; }
partial void OnSearchTextChanged(string value)
{
if (Families != null)