1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:57:34 +00:00

Welcome: Update GML

Moves more settings to GML to simplify construction and replaces
deprecated GML properties.
This commit is contained in:
thankyouverycool 2022-09-23 10:54:29 -04:00 committed by Ali Mohammad Pur
parent ca54a965a0
commit 9fe5cadcc8
3 changed files with 87 additions and 100 deletions

View file

@ -28,6 +28,7 @@ private:
RefPtr<GUI::Button> m_next_button;
RefPtr<GUI::Button> m_help_button;
RefPtr<GUI::Button> m_new_button;
RefPtr<GUI::Frame> m_tip_frame;
RefPtr<GUI::Label> m_tip_label;
RefPtr<GUI::CheckBox> m_startup_checkbox;
RefPtr<WebView::OutOfProcessWebView> m_web_view;