diff options
Diffstat (limited to 'protocols/Discord/res/discord.rc')
| -rw-r--r-- | protocols/Discord/res/discord.rc | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index 93febddec9..4a9b9e560f 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -60,29 +60,32 @@ IDI_VOICE_CALL ICON "voiceCall.ico" IDI_VOICE_ENDED ICON "voiceEnded.ico" + ///////////////////////////////////////////////////////////////////////////// // // Dialog // -IDD_OPTIONS_ACCOUNT DIALOGEX 0, 0, 305, 154 +IDD_OPTIONS_ACCOUNT DIALOGEX 0, 0, 305, 144 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - GROUPBOX "User details",IDC_STATIC,7,7,291,62 + GROUPBOX "User details",IDC_STATIC,7,7,291,46 LTEXT "E-mail:",IDC_STATIC,17,20,61,8,0,WS_EX_RIGHT EDITTEXT IDC_USERNAME,84,18,123,13,ES_AUTOHSCROLL LTEXT "Password:",IDC_STATIC,17,36,61,8,0,WS_EX_RIGHT EDITTEXT IDC_PASSWORD,84,34,123,13,ES_PASSWORD | ES_AUTOHSCROLL - GROUPBOX "Contacts",IDC_STATIC,7,71,291,79 - LTEXT "Default group:",IDC_STATIC,17,88,61,8,0,WS_EX_RIGHT - EDITTEXT IDC_GROUP,84,86,123,13,ES_AUTOHSCROLL - CONTROL "Enable group chats",IDC_USECHANNELS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,105,248,10 + GROUPBOX "Contacts",IDC_STATIC,7,54,291,86 + LTEXT "Default group:",IDC_STATIC,17,73,61,8,0,WS_EX_RIGHT + EDITTEXT IDC_GROUP,84,71,123,13,ES_AUTOHSCROLL + CONTROL "Enable group chats",IDC_USECHANNELS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,90,275,10 CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,118,248,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,102,248,10 CONTROL "Use subgroups for server channels (requires restart)",IDC_USEGROUPS, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,131,248,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,114,248,10 + CONTROL "Delete messages in Miranda when they are deleted from server",IDC_DELETE_MSGS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,126,275,10 END IDD_OPTIONS_ACCMGR DIALOGEX 0, 0, 200, 88 |
