From c4e3c65e2e850f978516823397b802557ad7ef1a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 15 Jan 2014 16:14:00 +0000 Subject: - basic chat types to support plugin specific data; - default value changed for SplitterY git-svn-id: http://svn.miranda-ng.org/main/trunk@7667 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/chat_opts.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/chat/chat_opts.cpp') diff --git a/src/modules/chat/chat_opts.cpp b/src/modules/chat/chat_opts.cpp index 0d5d422310..341d56db21 100644 --- a/src/modules/chat/chat_opts.cpp +++ b/src/modules/chat/chat_opts.cpp @@ -328,9 +328,9 @@ int OptionsInit(void) ci.pSettings->iSplitterX = db_get_w(NULL, "Chat", "SplitterX", 105); if (ci.pSettings->iSplitterX <= 50) ci.pSettings->iSplitterX = 105; - ci.pSettings->iSplitterY = db_get_w(NULL, "Chat", "SplitterY", 50); - if (ci.pSettings->iSplitterY <= 20) - ci.pSettings->iSplitterY = 50; + ci.pSettings->iSplitterY = db_get_w(NULL, "Chat", "SplitterY", 90); + if (ci.pSettings->iSplitterY <= 65) + ci.pSettings->iSplitterY = 90; LoadGlobalSettings(); -- cgit v1.2.3