diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-13 13:41:09 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-13 13:41:09 +0300 |
| commit | ad084a4742749871a4adef7eeef225ceea3c58a4 (patch) | |
| tree | 662232f54402cd95129171804f6a74fdfa4d6f60 /src/core/stdclist/res | |
| parent | ece061586e315e1854156b2b135df36e7eb14e06 (diff) | |
fixes #5009 completely
Diffstat (limited to 'src/core/stdclist/res')
| -rw-r--r-- | src/core/stdclist/res/resource.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 5e6578915c..b05312deee 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -94,7 +94,6 @@ BEGIN CONTROL "Size upwards",IDC_AUTOSIZEUPWARD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,83,147,10
CONTROL "If window is partially covered, bring to front instead of hiding",IDC_BRINGTOFRONT,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,141,98,162,16
- CONTROL "Enable docking",IDC_DISABLEDOCKING,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,141,130,136,10
GROUPBOX "Translucency options",IDC_STATIC,4,149,305,80
CONTROL "Fade contact list in/out",IDC_FADEINOUT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,162,163,10
CONTROL "Transparent contact list",IDC_TRANSPARENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,179,151,9
|
