mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Make widget style configurable with Fusion as default
Up to now the UI appearance on all platforms was aligned as much as possible with stylesheets. Since the base widget styles still were platform dependent defaults, there were many small differences in details and controls. Some of them were even broken. Instead of trying to tweak all platform specific styles, default to one on all platforms. This guarantees that the UI is truly cross platform and all styles and fixes cover all platforms at the same time. For users who want to change the default style, they have now a gui setting. But it is strongly recommended to stick with the default. refs #683
This commit is contained in:
committed by
Mathew Sutcliffe
parent
10810f5003
commit
b78b40bbc0
@@ -457,7 +457,7 @@ namespace BlackCore
|
||||
#ifdef BLACK_USE_CRASHPAD
|
||||
std::unique_ptr<crashpad::CrashpadClient> m_crashpadClient;
|
||||
std::unique_ptr<crashpad::CrashReportDatabase> m_crashReportDatabase;
|
||||
BlackMisc::CSetting<BlackCore::Application::TCrashDumpUploadEnabled> m_crashDumpUploadEnabled { this, &CApplication::crashDumpUploadEnabledChanged };
|
||||
BlackMisc::CSettingReadOnly<BlackCore::Application::TCrashDumpUploadEnabled> m_crashDumpUploadEnabled { this, &CApplication::crashDumpUploadEnabledChanged };
|
||||
#endif
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user