summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-31 17:11:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-31 17:11:28 +0300
commitf3053333bf0759c8b51e3d4f407d7922facc03c1 (patch)
treeb2a4e27a455b9836b2f91fbd2cf964b8c5c66801 /plugins
parentbda0a5003bd614cda29d41cda6d82f99eda296f1 (diff)
fixes #3173 (VoiceService: окно вызова перекосило)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/VoiceService/res/resource.rc17
-rw-r--r--plugins/VoiceService/src/resource.h24
2 files changed, 20 insertions, 21 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc
index d64cc7a87c..0dd99fbe74 100644
--- a/plugins/VoiceService/res/resource.rc
+++ b/plugins/VoiceService/res/resource.rc
@@ -122,25 +122,25 @@ BEGIN
CONTROL "Microphone boost",IDC_MIC_BOOST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,64,275,12
END
-IDD_VOICECALL DIALOGEX 0, 0, 160, 109
+IDD_VOICECALL DIALOGEX 0, 0, 160, 119
STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Unknown call"
FONT 8, "Ms Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Call will disclose IP address to the peer and his server",-1,25,89,130,15
- ICON 32515,-1,5,89,20,20,SS_REALSIZECONTROL
+ LTEXT "Call will disclose IP address to the peer and his server",-1,25,89,130,25
+ ICON 32515,-1,5,92,21,20,SS_REALSIZECONTROL
CTEXT "Established",IDC_STATUS,6,49,148,10,SS_CENTERIMAGE
CONTROL "",-1,"Static",SS_BLACKFRAME,5,48,150,12
- CONTROL "",-1,"Static",SS_ETCHEDHORZ,0,85,163,1
- CONTROL "M",IDC_MUTE,"Button",BS_AUTOCHECKBOX | BS_ICON | BS_PUSHLIKE | NOT WS_VISIBLE | WS_TABSTOP,128,30,12,12
- CONTROL "V",IDC_GGG,"Button",BS_AUTOCHECKBOX | BS_ICON | BS_PUSHLIKE | NOT WS_VISIBLE | WS_TABSTOP,143,30,12,12
- ICON "",IDC_VIDEO,113,30,20,20,SS_REALSIZECONTROL
LTEXT "",IDC_DESCR,45,4,115,10,SS_WORDELLIPSIS
LTEXT "",IDC_ADDRESS,45,13,115,10,SS_WORDELLIPSIS
- ICON "",IDC_ENCRYPTED,98,30,20,20,SS_REALSIZECONTROL
+ CONTROL "M",IDC_MUTE,"Button",BS_AUTOCHECKBOX | BS_ICON | BS_PUSHLIKE | NOT WS_VISIBLE | WS_TABSTOP,128,30,12,12
+ CONTROL "V",IDC_GGG,"Button",BS_AUTOCHECKBOX | BS_ICON | BS_PUSHLIKE | NOT WS_VISIBLE | WS_TABSTOP,143,30,12,12
+ ICON "",IDC_VIDEO,113,30,21,20,SS_REALSIZECONTROL
+ ICON "",IDC_ENCRYPTED,98,30,21,20,SS_REALSIZECONTROL
CONTROL "",IDC_AVATAR,"Static",SS_BITMAP | SS_REALSIZECONTROL,5,6,35,35
PUSHBUTTON "Drop",IDC_DROPBTN,90,66,65,13
DEFPUSHBUTTON "Answer",IDC_ANSWERBTN,5,66,65,13
+ CONTROL "",-1,"Static",SS_ETCHEDHORZ,0,85,163,1
END
@@ -192,6 +192,7 @@ BEGIN
IDD_VOICECALL, DIALOG
BEGIN
+ BOTTOMMARGIN, 109
END
END
#endif // APSTUDIO_INVOKED
diff --git a/plugins/VoiceService/src/resource.h b/plugins/VoiceService/src/resource.h
index 648519b83c..c17adc638d 100644
--- a/plugins/VoiceService/src/resource.h
+++ b/plugins/VoiceService/src/resource.h
@@ -74,19 +74,17 @@
#define ID_FRAMEPOPUP_ANSWERCALL 40001
#define ID_FRAMEPOPUP_DROPCALL 40002
#define ID_FRAMEPOPUP_HOLDCALL 40003
-
-#define IDD_VOICECALL 40099
-#define IDC_STATUS 40100
-#define IDC_MUTE 40101
-#define IDC_GGG 40102
-#define IDC_VIDEO 40103
-#define IDC_DESCR 40104
-#define IDC_ENCRYPTED 40105
-#define IDC_AVATAR 40106
-#define IDC_DROP 40107
-#define IDC_ANSWER 40108
-#define IDC_ADDRESS 40109
-
+#define IDD_VOICECALL 40099
+#define IDC_STATUS 40100
+#define IDC_MUTE 40101
+#define IDC_GGG 40102
+#define IDC_VIDEO 40103
+#define IDC_DESCR 40104
+#define IDC_ENCRYPTED 40105
+#define IDC_AVATAR 40106
+#define IDC_DROP 40107
+#define IDC_ANSWER 40108
+#define IDC_ADDRESS 40109
// Next default values for new objects
//