diff options
author | MacDue <macdue@dueutil.tech> | 2022-04-26 11:04:24 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-04-26 14:57:41 +0200 |
commit | 735e3e9c740754873f8ae35d1da54c6614726374 (patch) | |
tree | 8eb2f2765d2f1191089c2483d593be32227720cb /Base/res/themes | |
parent | b85c8a0b8091e704ba21fd0631b82a0f6949d612 (diff) | |
download | serenity-735e3e9c740754873f8ae35d1da54c6614726374.zip |
Base: Evenly space title bar icons in Coffee theme
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Coffee.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/res/themes/Coffee.ini b/Base/res/themes/Coffee.ini index b405a4493a..1b62ca0ca0 100644 --- a/Base/res/themes/Coffee.ini +++ b/Base/res/themes/Coffee.ini @@ -77,5 +77,9 @@ TitleAlignment=Left IsDark=false TitleButtonsIconOnly=true +[Metrics] +TitleButtonWidth=16 +TitleHeight=20 + [Paths] TitleButtonIcons=/res/icons/themes/Coffee/16x16/ |