Skip to content

Commit

Permalink
Fix alignment of OK button in Product Information dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
benstone committed Dec 7, 2024
1 parent 3dc5b43 commit eecb09d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/studio/utest.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eecb09d

Please sign in to comment.