diff options
author | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2022-01-01 18:26:19 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-01 22:51:53 +0100 |
commit | 35dac843b4d6c252f37bf77fc410d8fce55f6cdb (patch) | |
tree | 60c074c8a04b09c4a610fa575d956f23a8e8f594 /Base/res/themes/Faux Pas.ini | |
parent | 2bb32a87f9b942c90afef871603e3d5e3b851255 (diff) | |
download | serenity-35dac843b4d6c252f37bf77fc410d8fce55f6cdb.zip |
Theming: Add alignment section
This commit removes the IsTitleCenter property and replaces it with
the TitleAlignment property that supports "Left", "Right" & "Center".
Diffstat (limited to 'Base/res/themes/Faux Pas.ini')
-rw-r--r-- | Base/res/themes/Faux Pas.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Base/res/themes/Faux Pas.ini b/Base/res/themes/Faux Pas.ini index a3085e4e03..ae210e0a60 100644 --- a/Base/res/themes/Faux Pas.ini +++ b/Base/res/themes/Faux Pas.ini @@ -64,6 +64,8 @@ TooltipText=black Tray=#282828 TrayText=white +[Alignments] +TitleAlignment=Left + [Flags] IsDark=false -IsTitleCenter=false |