mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
DevTools+Apps: Set correct icons for ThemeEditor and VisualBuilder
VB appears deprecated in favor of HackStudio, but until it's officially gone-no app left behind!
This commit is contained in:
parent
9adbbff4dd
commit
60872a7c5a
Notes:
sideshowbarker
2024-07-19 02:58:25 +09:00
Author: https://github.com/thankyouverycool
Commit: 60872a7c5a
Pull-request: https://github.com/SerenityOS/serenity/pull/3359
Issue: https://github.com/SerenityOS/serenity/issues/3347
3 changed files with 4 additions and 1 deletions
|
@ -80,6 +80,7 @@ VBPropertiesWindow::VBPropertiesWindow()
|
|||
{
|
||||
set_title("Properties");
|
||||
set_rect(780, 200, 240, 280);
|
||||
set_icon(Gfx::Bitmap::load_from_file("/res/icons/16x16/app-visual-builder.png"));
|
||||
|
||||
auto& widget = set_main_widget<GUI::Widget>();
|
||||
widget.set_fill_with_background_color(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue