From 35dac843b4d6c252f37bf77fc410d8fce55f6cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Sandstr=C3=B6m?= Date: Sat, 1 Jan 2022 18:26:19 +0100 Subject: Theming: Add alignment section This commit removes the IsTitleCenter property and replaces it with the TitleAlignment property that supports "Left", "Right" & "Center". --- Base/res/themes/Desert.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Base/res/themes/Desert.ini') diff --git a/Base/res/themes/Desert.ini b/Base/res/themes/Desert.ini index 5912958e7c..e91fcfb03f 100644 --- a/Base/res/themes/Desert.ini +++ b/Base/res/themes/Desert.ini @@ -72,9 +72,11 @@ TooltipText=black Tray=#a28d68 TrayText=white +[Alignments] +TitleAlignment=Left + [Flags] IsDark=false -IsTitleCenter=false [Metrics] TitleHeight=19 -- cgit v1.2.3