From eecb09d0ed70ff095aebab7a069f7efb00b38d90 Mon Sep 17 00:00:00 2001 From: Ben Stone <1490287+benstone@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:57:15 +1100 Subject: [PATCH] Fix alignment of OK button in Product Information dialog --- src/studio/utest.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/studio/utest.rc b/src/studio/utest.rc index 5d3ede0..1473fc1 100644 --- a/src/studio/utest.rc +++ b/src/studio/utest.rc @@ -175,14 +175,14 @@ STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Product Info" FONT 8, "MS Sans Serif" BEGIN - DEFPUSHBUTTON "OK",IDCANCEL,68,222,50,14 + DEFPUSHBUTTON "OK",IDCANCEL,75,216,50,14 CONTROL "Fullscreen",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | WS_GROUP,12, 48, 79, 10 CONTROL "Run in Window",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON, 12, 66, 79, 10 #ifdef DEBUG - LTEXT "cactAV:",IDC_STATIC,123,223,27,10 - EDITTEXT IDC_EDIT3,152,223,35,12,ES_AUTOHSCROLL + LTEXT "cactAV:",IDC_STATIC,130,216,27,10 + EDITTEXT IDC_EDIT3,160,216,28,12,ES_AUTOHSCROLL #endif LTEXT "(c) and (p) 1995 Microsoft Corporation. All rights reserved.", IDC_STATIC,6,18,186,8