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