diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 19:53:21 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-24 19:53:21 +0000 |
commit | ae739a66709d15079be7514c8cbc9eabb5c8b8b4 (patch) | |
tree | 6ec6231cdd5739cef9f5f0d9c3efaddf3d5affb1 /protocols/Tox/res/resource.rc | |
parent | b53f73d5762f09620ad95bfd81c74660c2077dad (diff) |
Tox:
- removed unneded "audio" events
- fixed call dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@13104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r-- | protocols/Tox/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 5009436e01..aacae867d3 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -198,13 +198,13 @@ BEGIN CONTROL "",IDC_CCLIST,"CListControl",WS_TABSTOP | 0x16f,7,7,176,145,WS_EX_CLIENTEDGE
END
-IDD_CALL DIALOGEX 0, 0, 185, 119
+IDD_CALL DIALOGEX 0, 0, 319, 226
STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOPMOST
CAPTION "Call"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "End",IDCANCEL,67,97,50,15
+ DEFPUSHBUTTON "End",IDCANCEL,262,204,50,15
END
IDD_CALL_RECEIVE DIALOGEX 0, 0, 239, 111
@@ -332,9 +332,9 @@ BEGIN IDD_CALL, DIALOG
BEGIN
LEFTMARGIN, 7
- RIGHTMARGIN, 178
+ RIGHTMARGIN, 312
TOPMARGIN, 7
- BOTTOMMARGIN, 112
+ BOTTOMMARGIN, 219
END
IDD_CALL_RECEIVE, DIALOG
|