mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
Welcome: Update GML
Moves more settings to GML to simplify construction and replaces deprecated GML properties.
This commit is contained in:
parent
ca54a965a0
commit
9fe5cadcc8
3 changed files with 87 additions and 100 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue