diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:48:19 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-09 11:48:19 +0300 |
commit | 0d12a185b542c5cf4719a725faf58d217d267073 (patch) | |
tree | d26f4d762425ec050d137ec2ea1f84d7946e7fde /protocols | |
parent | bbcd6b6226c642d35c2daa833979221a22f72004 (diff) |
fixes #4183 (Telegram: на странице сессий сдвинуть текст правее)
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Telegram/res/resource.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 23ea531835..c94e9e9123 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -118,8 +118,8 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
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
+ LTEXT "IP address",IDC_STATIC,7,188,75,8
+ LTEXT "Software",IDC_STATIC,7,204,75,8
EDITTEXT IDC_IPADDRESS,87,187,75,12,ES_AUTOHSCROLL | WS_DISABLED
EDITTEXT IDC_SOFTWARE,87,202,217,12,ES_AUTOHSCROLL | WS_DISABLED
END
@@ -162,6 +162,7 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,158,22,50,14
END
+
/////////////////////////////////////////////////////////////////////////////
//
// Icon
@@ -179,6 +180,7 @@ IDI_REACTION ICON "reaction.ico" IDI_BOT ICON "bot.ico"
+
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
|