mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
Welcome: Fix build breakage
This commit is contained in:
parent
c4ede38542
commit
4316e817db
Notes:
sideshowbarker
2024-07-18 20:17:35 +09:00
Author: https://github.com/awesomekling
Commit: 4316e817db
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "WelcomeWidget.h"
|
#include "WelcomeWidget.h"
|
||||||
#include <Applications/Tips/TipsWindowGML.h>
|
#include <Applications/Welcome/WelcomeWindowGML.h>
|
||||||
#include <LibCore/File.h>
|
#include <LibCore/File.h>
|
||||||
#include <LibGUI/Application.h>
|
#include <LibGUI/Application.h>
|
||||||
#include <LibGUI/Button.h>
|
#include <LibGUI/Button.h>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
WelcomeWidget::WelcomeWidget()
|
WelcomeWidget::WelcomeWidget()
|
||||||
{
|
{
|
||||||
load_from_gml(tips_window_gml);
|
load_from_gml(welcome_window_gml);
|
||||||
|
|
||||||
auto& tip_frame = *find_descendant_of_type_named<GUI::Frame>("tip_frame");
|
auto& tip_frame = *find_descendant_of_type_named<GUI::Frame>("tip_frame");
|
||||||
tip_frame.set_background_role(Gfx::ColorRole::Base);
|
tip_frame.set_background_role(Gfx::ColorRole::Base);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue