mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 11:09:05 +03:00
Spreadsheet: Make the 'Help' window accessory
This commit is contained in:
parent
2cbcb99ec7
commit
5f04fb0ece
Notes:
sideshowbarker
2024-07-18 01:44:22 +09:00
Author: https://github.com/mrkct Commit: https://github.com/SerenityOS/serenity/commit/5f04fb0ece4 Pull-request: https://github.com/SerenityOS/serenity/pull/10694 Issue: https://github.com/SerenityOS/serenity/issues/9239
@ -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…
Reference in New Issue
Block a user