diff --git a/src/Config.cpp b/src/Config.cpp index f6948f64..82f5700b 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -55,7 +55,11 @@ public: FrameworkWidgetFactory *m_frameworkWidgetFactory; Flags m_flags = Flag_Default; int m_separatorThickness = 5; +#if defined(Q_OS_WIN) + int m_staticSeparatorThickness = 1; // FIXME: Broken on Windows still. +#else int m_staticSeparatorThickness = 0; +#endif };