1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:07:36 +00:00

Calendar: Corrected spacing on small resizing

This commit is contained in:
rhin123 2020-04-08 22:54:06 -05:00 committed by Andreas Kling
parent 4036f15728
commit bdb6b2ced3
2 changed files with 35 additions and 14 deletions

View file

@ -45,6 +45,7 @@ private:
void show_add_event_window(Calendar* calendar);
OwnPtr<Calendar> m_calendar;
RefPtr<GUI::Widget> m_top_container;
RefPtr<GUI::Widget> m_bottom_container;
RefPtr<GUI::Label> m_selected_date_label;
RefPtr<GUI::Button> m_prev_month_button;