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
Notes: sideshowbarker 2024-07-18 01:44:22 +09:00

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>();