From 7625f2d2e37167c87914d3ae812e2457866413c4 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 16 Jun 2023 10:35:14 +0200 Subject: [PATCH] Base: fix typo --- Base/ScreenEx.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/ScreenEx.vb b/Base/ScreenEx.vb index 19a0648f..89db63e7 100644 --- a/Base/ScreenEx.vb +++ b/Base/ScreenEx.vb @@ -49,7 +49,7 @@ Public Class ScreenEx RestoreFormState(pForm, oFormState) End Sub - Public Shared Sub RetoreWindowSize(pForm As Form, pFormSize As Size) + Public Shared Sub RestoreWindowSize(pForm As Form, pFormSize As Size) Dim oFormSize As Size If pFormSize.Height < 1 Or pFormSize.Width < 1 Or pFormSize.IsEmpty Then oFormSize = New Size(DEFAULT_WINDOW_WIDTH, DEFAULT_WINDOW_HEIGHT)