Skip to content

Commit 27bbe0c

Browse files
committed
update comment
1 parent 5165943 commit 27bbe0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StabilityMatrix.Avalonia/Views/MainWindow.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ private void StartupInitialize(
190190
}
191191
else
192192
{
193-
// idk where these 30 pixels come from. need to see if is actually just windows thing
193+
// idk where these 30 pixels come from, probably title bar height? seems to be windows specific
194194
var newHeight = Compat.IsWindows
195195
? Math.Max(0, newSize.Height - 30)
196196
: newSize.Height;

0 commit comments

Comments
 (0)