mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 08:47:36 +00:00
Theming: Add alignment section
This commit removes the IsTitleCenter property and replaces it with the TitleAlignment property that supports "Left", "Right" & "Center".
This commit is contained in:
parent
2bb32a87f9
commit
35dac843b4
21 changed files with 181 additions and 32 deletions
|
@ -64,6 +64,8 @@ TooltipText=white
|
|||
Tray=#3b4252
|
||||
TrayText=white
|
||||
|
||||
[Alignments]
|
||||
TitleAlignment=Left
|
||||
|
||||
[Flags]
|
||||
IsDark=true
|
||||
IsTitleCenter=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue