diff options
author | Filiph Sandström <filiph.sandstrom@filfatstudios.com> | 2021-12-28 22:44:12 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-01 14:54:16 +0100 |
commit | 8a1d77f65cd0acb0d71d23433d5d4c243ee7c23a (patch) | |
tree | 3e2a6517933cde225ec3028c84353f1fe72f8913 /Base/res/themes/Sunshine.ini | |
parent | 14b2656107daf810d86d0c329881885a00604fc0 (diff) | |
download | serenity-8a1d77f65cd0acb0d71d23433d5d4c243ee7c23a.zip |
LibGfx: Add window border/title theming options
This commit adds support the following properties to theming:
Flags:
- IsTitleCenter: true if the title should be centered.
Metrics:
- BorderThickness: The border width.
- BorderRadius: The border corner radius.
Diffstat (limited to 'Base/res/themes/Sunshine.ini')
-rw-r--r-- | Base/res/themes/Sunshine.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/res/themes/Sunshine.ini b/Base/res/themes/Sunshine.ini index a28bfffb22..c5e49932d7 100644 --- a/Base/res/themes/Sunshine.ini +++ b/Base/res/themes/Sunshine.ini @@ -70,6 +70,7 @@ TrayText=white [Flags] IsDark=false +IsTitleCenter=false [Paths] TitleButtonIcons=/res/icons/themes/Sunshine/16x16/ |