mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 02:55:08 +00:00
Applications: Use application icons for dialog windows
This commit is contained in:
parent
15b68b4653
commit
e569f7fd1c
5 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,7 @@ CreateNewLayerDialog::CreateNewLayerDialog(const Gfx::IntSize& suggested_size, G
|
|||
: Dialog(parent_window)
|
||||
{
|
||||
set_title("Create new layer");
|
||||
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