mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
4465b37897
And overhaul resize and paint events to fix layout edge cases in which Calendar wasn't filling its parent widget completely. Ensures month views always display prior month days for click navigation. Converts Calendar app layout to GML.
11 lines
228 B
CMake
11 lines
228 B
CMake
compile_gml(CalendarWindow.gml CalendarWindowGML.h calendar_window_gml)
|
|
|
|
set(SOURCES
|
|
AddEventDialog.cpp
|
|
CalendarWindowGML.h
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Calendar ICON app-calendar)
|
|
target_link_libraries(Calendar LibGUI)
|