mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 20:07:35 +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
|
@ -68,9 +68,11 @@ TooltipText=black
|
|||
Tray=#9397a5
|
||||
TrayText=white
|
||||
|
||||
[Alignments]
|
||||
TitleAlignment=Left
|
||||
|
||||
[Flags]
|
||||
IsDark=false
|
||||
IsTitleCenter=false
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Coffee/16x16/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue