ux: make log window resizable (#1253)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-28 16:53:51 +08:00
parent 30d42b11e2
commit 226bc434f5
No known key found for this signature in database
2 changed files with 16 additions and 9 deletions

View file

@ -13,16 +13,11 @@ namespace SourceGit.ViewModels
private set;
} = string.Empty;
public DateTime Time
public DateTime StartTime
{
get;
} = DateTime.Now;
public string TimeStr
{
get => Time.ToString("T");
}
public bool IsComplete
{
get;