]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckipc.cpp
reduce the margins around bitmaps to avoid truncating the label unnecessarily
[wxWidgets.git] / src / common / sckipc.cpp
index 5658e064b252c727273eccf229545b614b32db68..2e860b6d79a957a00c822d3ccd3e5d97b991f5ff 100644 (file)
@@ -188,7 +188,7 @@ public:
     wxIPCSocketStreams(wxSocketBase& sock)
         : m_socketStream(sock),
 #ifdef USE_BUFFER
-          m_bufferedOut(m_socketStream, 1500),
+          m_bufferedOut(m_socketStream, 1488),
 #else
           m_bufferedOut(m_socketStream),
 #endif