1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:17:34 +00:00

Taskbar: Update the start button width when system fonts change

This commit is contained in:
Andreas Kling 2021-07-20 02:26:47 +02:00
parent f5e914fb9f
commit 59b6169b51
2 changed files with 10 additions and 3 deletions

View file

@ -40,6 +40,8 @@ private:
bool is_window_on_current_virtual_desktop(::Window&) const;
void virtual_desktop_change_event(unsigned, unsigned);
void set_start_button_font(Gfx::Font const&);
NonnullRefPtr<GUI::Menu> m_start_menu;
RefPtr<GUI::Widget> m_task_button_container;
RefPtr<Gfx::Bitmap> m_default_icon;