diff options
author | dartraiden <wowemuh@gmail.com> | 2023-11-09 16:08:27 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-11-09 16:09:41 +0300 |
commit | 98f67e7a95098cdf93ad2584cda7f428451151f6 (patch) | |
tree | 5ad60eb7ddd9b593adda3bec8988f4c95f9037c0 | |
parent | 9c83e66a796268bbe309743683bb8114e4d6867b (diff) |
Telegram: resource cosmetic (fixes #3885)
-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 cf5e73e2f5..5165e39b61 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -112,7 +112,7 @@ BEGIN COMBOBOX IDC_STATUS2,221,61,81,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
END
-IDD_ADD_PHONE DIALOGEX 0, 0, 343, 99
+IDD_ADD_PHONE DIALOGEX 0, 0, 343, 105
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Add phone contact"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|