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:
parent
2cbcb99ec7
commit
5f04fb0ece
1 changed files with 1 additions and 0 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue