From 4a9e3209328ff6583370352d4ff35ac881c66e4e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Jan 2014 18:35:59 +0000 Subject: - in tabSRMM the small icon's size is 12, not 10; - fix for log icons in StdChat git-svn-id: http://svn.miranda-ng.org/main/trunk@7765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/chat/main.cpp') diff --git a/plugins/TabSRMM/src/chat/main.cpp b/plugins/TabSRMM/src/chat/main.cpp index d2523bd726..d591af8046 100644 --- a/plugins/TabSRMM/src/chat/main.cpp +++ b/plugins/TabSRMM/src/chat/main.cpp @@ -158,7 +158,7 @@ static void OnLoadSettings() replaceStrT(g_Settings.pszLogDir, M.getChatLogPath()); - g_Settings.LogIconSize = (g_Settings.bScaleIcons) ? 10 : 16; + g_Settings.LogIconSize = (g_Settings.bScaleIcons) ? 12 : 16; g_Settings.iSplitterY = db_get_w(NULL, "Chat", "splitY", 50); if (g_Settings.iSplitterY <= 20) -- cgit v1.2.3