mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 17:37:34 +00:00
PixelPaint: Use main window's icon in the 'Create new image' widget
This commit is contained in:
parent
bd4f7421cf
commit
65a5d66387
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ CreateNewImageDialog::CreateNewImageDialog(GUI::Window* parent_window)
|
||||||
: Dialog(parent_window)
|
: Dialog(parent_window)
|
||||||
{
|
{
|
||||||
set_title("Create new image");
|
set_title("Create new image");
|
||||||
|
set_icon(parent_window->icon());
|
||||||
resize(200, 200);
|
resize(200, 200);
|
||||||
|
|
||||||
auto& main_widget = set_main_widget<GUI::Widget>();
|
auto& main_widget = set_main_widget<GUI::Widget>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue