From d5bce3bba23a5ba4c296f1783ba277bcc206736c Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 20 Nov 2019 20:30:25 -0800 Subject: Some progress on symmetry. --- App/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'App') diff --git a/App/Main.cpp b/App/Main.cpp index 55074ed..8df3e6e 100644 --- a/App/Main.cpp +++ b/App/Main.cpp @@ -268,7 +268,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); - g_panelId = CreateText(200, 100, 100, L"86"); + g_panelId = CreateText(200, 100, 100, L"59"); CreateButton(200, 130, 100, L"Read", TMP1); CreateButton(200, 160, 100, L"Write", TMP2); CreateButton(200, 190, 100, L"Solve", TMP3); -- cgit 1.4.1