mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-30 06:52:52 +00:00
PixelPaint: Use main window's icon in the 'Create new image' widget
This commit is contained in:
parent
bd4f7421cf
commit
65a5d66387
Notes:
sideshowbarker
2024-07-19 17:12:27 +09:00
Author: https://github.com/krkk
Commit: 65a5d66387
Pull-request: https://github.com/SerenityOS/serenity/pull/10113
Reviewed-by: https://github.com/Granddave ✅
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ CreateNewImageDialog::CreateNewImageDialog(GUI::Window* parent_window)
|
|||
: Dialog(parent_window)
|
||||
{
|
||||
set_title("Create new image");
|
||||
set_icon(parent_window->icon());
|
||||
resize(200, 200);
|
||||
|
||||
auto& main_widget = set_main_widget<GUI::Widget>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue