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:
parent
4036f15728
commit
bdb6b2ced3
2 changed files with 35 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue