summary refs log tree commit diff stats
path: root/App/Main.cpp
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-20 20:30:25 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-20 20:30:25 -0800
commitd5bce3bba23a5ba4c296f1783ba277bcc206736c (patch)
tree64835daf9aeb54fa779e06426a777861d68195e4 /App/Main.cpp
parent6f0a34bfb761d965bd961dc1f880b84e35f9959f (diff)
downloadwitness-tutorializer-d5bce3bba23a5ba4c296f1783ba277bcc206736c.tar.gz
witness-tutorializer-d5bce3bba23a5ba4c296f1783ba277bcc206736c.tar.bz2
witness-tutorializer-d5bce3bba23a5ba4c296f1783ba277bcc206736c.zip
Some progress on symmetry.
Diffstat (limited to 'App/Main.cpp')
-rw-r--r--App/Main.cpp2
1 files changed, 1 insertions, 1 deletions
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
268 // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, 268 // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT,
269 // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); 269 // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL);
270 270
271 g_panelId = CreateText(200, 100, 100, L"86"); 271 g_panelId = CreateText(200, 100, 100, L"59");
272 CreateButton(200, 130, 100, L"Read", TMP1); 272 CreateButton(200, 130, 100, L"Read", TMP1);
273 CreateButton(200, 160, 100, L"Write", TMP2); 273 CreateButton(200, 160, 100, L"Write", TMP2);
274 CreateButton(200, 190, 100, L"Solve", TMP3); 274 CreateButton(200, 190, 100, L"Solve", TMP3);