summaryrefslogtreecommitdiff
path: root/src/core/stdpopup/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-05-08 14:08:24 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-05-08 14:08:28 +0300
commit887c741419450a7bf29010e799fd226294545c3d (patch)
tree6187c41ea602fba24c0c596858d03840395b5edf /src/core/stdpopup/res
parentd7caf2a381dc06a4294d93e0f0fc5d962991e59a (diff)
fixes #4213 completely
Diffstat (limited to 'src/core/stdpopup/res')
-rw-r--r--src/core/stdpopup/res/resource.rc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/stdpopup/res/resource.rc b/src/core/stdpopup/res/resource.rc
index 4ead0c34aa..30f2a9d594 100644
--- a/src/core/stdpopup/res/resource.rc
+++ b/src/core/stdpopup/res/resource.rc
@@ -113,10 +113,9 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Disable when",IDC_STATIC,6,7,283,203
- CONTROL "",IDC_LST_STATUS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOLABELWRAP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,61,275,142
- CONTROL "Always (has priority)",IDC_DISABLE_ALWAYS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,19,270,10
- CONTROL "Fullscreen mode",IDC_DISABLE_FULLSCREEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,33,270,10
- LTEXT "Statuses",IDC_STATIC,11,49,269,8
+ CONTROL "",IDC_LST_STATUS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOLABELWRAP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,48,275,155
+ CONTROL "Fullscreen mode",IDC_DISABLE_FULLSCREEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,20,269,10
+ LTEXT "Statuses",IDC_STATIC,11,36,269,8
END
IDD_CLASSES DIALOGEX 0, 0, 294, 223