diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-12-01 21:36:05 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-12-01 21:36:05 +0300 |
| commit | 11c1fd1cc2473055dcd9161319d258084e122fcd (patch) | |
| tree | 3778b71b1417f69d78d161958e4539fcf0a33e9a /protocols | |
| parent | 0f77335cd29dff59fc7587e62e5f94a04936e664 (diff) | |
more list options
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/Telegram/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 3b90bb61f7..ac3a5c5e03 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -117,7 +117,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_SESSIONS,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,1,0,309,182
+ CONTROL "",IDC_SESSIONS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,1,0,309,182
LTEXT "IP address",IDC_STATIC,0,188,75,8
LTEXT "Software",IDC_STATIC,0,204,75,8
EDITTEXT IDC_IPADDRESS,87,187,75,12,ES_AUTOHSCROLL | WS_DISABLED
|
