We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5165943 commit 27bbe0cCopy full SHA for 27bbe0c
1 file changed
StabilityMatrix.Avalonia/Views/MainWindow.axaml.cs
@@ -190,7 +190,7 @@ private void StartupInitialize(
190
}
191
else
192
{
193
- // idk where these 30 pixels come from. need to see if is actually just windows thing
+ // idk where these 30 pixels come from, probably title bar height? seems to be windows specific
194
var newHeight = Compat.IsWindows
195
? Math.Max(0, newSize.Height - 30)
196
: newSize.Height;
0 commit comments