mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
Taskbar+LibGUI+WindowServer: Shrink taskbar by one pixel
Make the taskbar 27 pixels tall instead of 28. This makes the button icons and applets vertically centered. On a related note, this required touching *way* too many places..
This commit is contained in:
parent
fbe6c275c9
commit
9d8aa2a57a
5 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@ class TaskbarWindow final : public GUI::Window {
|
|||
public:
|
||||
virtual ~TaskbarWindow() override;
|
||||
|
||||
static int taskbar_height() { return 28; }
|
||||
static int taskbar_height() { return 27; }
|
||||
|
||||
private:
|
||||
explicit TaskbarWindow(NonnullRefPtr<GUI::Menu> start_menu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue