ux: workspace configuration window

This commit is contained in:
leo 2024-09-18 21:46:04 +08:00
parent 84fda6a8db
commit e4870759f7
No known key found for this signature in database
6 changed files with 7 additions and 14 deletions

View file

@ -148,7 +148,7 @@ namespace SourceGit.Views
protected override Size MeasureOverride(Size availableSize)
{
return new Size(256, 256);
return new Size(256, 240);
}
protected override void OnPointerPressed(PointerPressedEventArgs e)