mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
ux: make log window resizable (#1253)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
30d42b11e2
commit
226bc434f5
2 changed files with 16 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue