diff options
Diffstat (limited to 'Userland/Libraries')
-rw-r--r-- | Userland/Libraries/LibGUI/Desktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibGUI/Desktop.h b/Userland/Libraries/LibGUI/Desktop.h index aee19953aa..f725d9b86e 100644 --- a/Userland/Libraries/LibGUI/Desktop.h +++ b/Userland/Libraries/LibGUI/Desktop.h @@ -27,7 +27,7 @@ public: Gfx::IntRect rect() const { return m_rect; } - int taskbar_height() const { return 28; } + int taskbar_height() const { return 27; } void did_receive_screen_rect(Badge<WindowServerConnection>, const Gfx::IntRect&); |