1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:08:11 +00:00

Spreadsheet: Make the 'Help' window accessory

This commit is contained in:
Marco Cutecchia 2021-10-29 23:58:28 +02:00 committed by Ali Mohammad Pur
parent 2cbcb99ec7
commit 5f04fb0ece

View file

@ -64,6 +64,7 @@ HelpWindow::HelpWindow(GUI::Window* parent)
resize(530, 365);
set_title("Spreadsheet Functions Help");
set_icon(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/app-help.png"));
set_accessory(true);
auto& widget = set_main_widget<GUI::Widget>();
widget.set_layout<GUI::VerticalBoxLayout>();