Changeset View
Changeset View
Standalone View
Standalone View
files/0001-Update-default-style-for-better-integration.patch
- This file was added.
| From cf6e549f133b2fe7d9e8cabd8953a4101ef46431 Mon Sep 17 00:00:00 2001 | |||||
| From: Yurizal Susanto <rizal.sagi@gmail.com> | |||||
| Date: Wed, 31 May 2017 10:57:58 +0700 | |||||
| Subject: [PATCH 1/1] Update default style for better integration | |||||
| Change from Fusion to Native system style. | |||||
| Signed-off-by: Yurizal Susanto <rizal.sagi@gmail.com> | |||||
| --- | |||||
| src/tiled/preferences.cpp | 2 +- | |||||
| 1 file changed, 1 insertion(+), 1 deletion(-) | |||||
| diff --git a/src/tiled/preferences.cpp b/src/tiled/preferences.cpp | |||||
| index 15875895..0496f142 100755 | |||||
| --- a/src/tiled/preferences.cpp | |||||
| +++ b/src/tiled/preferences.cpp | |||||
| @@ -91,7 +91,7 @@ Preferences::Preferences() | |||||
| (intValue("ApplicationStyle", SystemDefaultStyle)); | |||||
| #else | |||||
| mApplicationStyle = static_cast<ApplicationStyle> | |||||
| - (intValue("ApplicationStyle", TiledStyle)); | |||||
| + (intValue("ApplicationStyle", SystemDefaultStyle)); | |||||
| #endif | |||||
| // Backwards compatibility check since 'FusionStyle' was removed from the | |||||
| -- | |||||
| 2.13.0 | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.