diff options
Diffstat (limited to 'otr/resource.rc')
-rw-r--r-- | otr/resource.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otr/resource.rc b/otr/resource.rc index a3f624b..38c3011 100644 --- a/otr/resource.rc +++ b/otr/resource.rc @@ -40,7 +40,8 @@ IDI_STOP ICON "stop.ico" //
IDD_OPT1 DIALOGEX 0, 0, 288, 217
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
CONTROL "List1",IDC_CLIST,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,0,0,287,99
|