diff options
author | Faeliore <taymor@pm.me> | 2021-07-28 19:33:18 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-29 21:27:24 +0100 |
commit | 9fff0c77dc7bf9d77d7bcb7e15b28ad4ca2ea8e3 (patch) | |
tree | 54338191937b5330a59473170c8bff41c9d627d8 | |
parent | 999448066f023e6832eed2902855fe7141ec5078 (diff) | |
download | serenity-9fff0c77dc7bf9d77d7bcb7e15b28ad4ca2ea8e3.zip |
Base: Make coffee theme icons smaller so they fit in the title bar
Fixes #4713
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-close-modified.png | bin | 831 -> 6107 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-close.png | bin | 831 -> 6105 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-maximize.png | bin | 718 -> 6038 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-minimize.png | bin | 653 -> 5908 bytes | |||
-rw-r--r-- | Base/res/icons/themes/Coffee/16x16/window-restore.png | bin | 815 -> 6071 bytes | |||
-rw-r--r-- | Base/res/themes/Coffee.ini | 2 |
6 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/icons/themes/Coffee/16x16/window-close-modified.png b/Base/res/icons/themes/Coffee/16x16/window-close-modified.png Binary files differindex aa16575f35..88e59b08b0 100644 --- a/Base/res/icons/themes/Coffee/16x16/window-close-modified.png +++ b/Base/res/icons/themes/Coffee/16x16/window-close-modified.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-close.png b/Base/res/icons/themes/Coffee/16x16/window-close.png Binary files differindex aa16575f35..6b0580c3af 100644 --- a/Base/res/icons/themes/Coffee/16x16/window-close.png +++ b/Base/res/icons/themes/Coffee/16x16/window-close.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-maximize.png b/Base/res/icons/themes/Coffee/16x16/window-maximize.png Binary files differindex f3f165bad1..01e3205ddd 100644 --- a/Base/res/icons/themes/Coffee/16x16/window-maximize.png +++ b/Base/res/icons/themes/Coffee/16x16/window-maximize.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-minimize.png b/Base/res/icons/themes/Coffee/16x16/window-minimize.png Binary files differindex f3b41f208c..59c5099800 100644 --- a/Base/res/icons/themes/Coffee/16x16/window-minimize.png +++ b/Base/res/icons/themes/Coffee/16x16/window-minimize.png diff --git a/Base/res/icons/themes/Coffee/16x16/window-restore.png b/Base/res/icons/themes/Coffee/16x16/window-restore.png Binary files differindex acb6e7839c..26ea7e2bd5 100644 --- a/Base/res/icons/themes/Coffee/16x16/window-restore.png +++ b/Base/res/icons/themes/Coffee/16x16/window-restore.png diff --git a/Base/res/themes/Coffee.ini b/Base/res/themes/Coffee.ini index 327ad97564..8295b81759 100644 --- a/Base/res/themes/Coffee.ini +++ b/Base/res/themes/Coffee.ini @@ -69,7 +69,7 @@ Tray=#9397a5 TrayText=white [Metrics] -TitleButtonWidth=17 +TitleButtonWidth=16 TitleButtonHeight=16 [Paths] |