diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-10 13:48:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-10 13:48:07 +0300 |
commit | a7ebec2c8597f4381ce22ae9933d5706107d1329 (patch) | |
tree | 764efb1a8382109cd3fa33bffbf4dde744e33121 /src/core/stduserinfo/res | |
parent | 9e63345f7d59d8f168b14e0cbcd1365143286745 (diff) |
StdUserInfo:
- ability to gather embedded screens into the tree subitems instead of tabs
- fix for the page sorting order
Diffstat (limited to 'src/core/stduserinfo/res')
-rw-r--r-- | src/core/stduserinfo/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduserinfo/res/resource.rc b/src/core/stduserinfo/res/resource.rc index 6ec5cfbd2b..d918243365 100644 --- a/src/core/stduserinfo/res/resource.rc +++ b/src/core/stduserinfo/res/resource.rc @@ -69,7 +69,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN
CONTROL "View personal user details and more",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,318,25
- CONTROL "",IDC_PAGETREE,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | TVS_NOTOOLTIPS | TVS_TRACKSELECT | TVS_FULLROWSELECT | TVS_NONEVENHEIGHT | WS_HSCROLL | WS_TABSTOP,3,30,76,176,WS_EX_STATICEDGE
+ CONTROL "",IDC_PAGETREE,"SysTreeView32",TVS_HASBUTTONS | TVS_HASLINES | TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | TVS_NOTOOLTIPS | TVS_TRACKSELECT | TVS_NOHSCROLL | TVS_NONEVENHEIGHT | WS_TABSTOP,3,30,76,176,WS_EX_STATICEDGE
PUSHBUTTON "Update now",IDC_UPDATE,85,191,55,14,WS_DISABLED
CTEXT "Updating",IDC_UPDATING,145,194,113,8,SS_NOPREFIX | SS_CENTERIMAGE
DEFPUSHBUTTON "OK",IDOK,263,191,50,14
|