mirror of
https://github.com/RGBCube/serenity
synced 2025-07-31 17:47:46 +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
|
@ -72,9 +72,11 @@ TooltipText=black
|
|||
Tray=#808080
|
||||
TrayText=#ffffff
|
||||
|
||||
[Alignments]
|
||||
TitleAlignment=Left
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
IsTitleCenter=false
|
||||
|
||||
[Metrics]
|
||||
TitleHeight=19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue