From edf31a838b2e8b28f78765670e99f2efbee45f2f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 21 Aug 2020 12:36:33 +0300 Subject: SmileyAdd: typo fix (also fixes #2546 ) --- plugins/SmileyAdd/src/smltool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SmileyAdd/src') diff --git a/plugins/SmileyAdd/src/smltool.cpp b/plugins/SmileyAdd/src/smltool.cpp index 7a1fe4c3e8..9aeef4becd 100644 --- a/plugins/SmileyAdd/src/smltool.cpp +++ b/plugins/SmileyAdd/src/smltool.cpp @@ -30,7 +30,7 @@ class SmileyToolWindowType unsigned m_NumberOfHorizontalButtons = 0; SIZE m_BitmapWidth = { 0, 0 }; SIZE m_ButtonSize = { 0, 0 }; - unsigned m_ButtonSpace = -1; + unsigned m_ButtonSpace = 1; unsigned m_NumberOfButtons = 0; int m_WindowSizeY; -- cgit v1.2.3