mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Spreadsheet: Open help pages immediately when selecting them
This commit is contained in:
parent
60cf97726f
commit
6cf064e4c6
Notes:
sideshowbarker
2024-07-19 03:04:30 +09:00
Author: https://github.com/awesomekling
Commit: 6cf064e4c6
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ HelpWindow::HelpWindow(GUI::Window* parent)
|
|||
left_frame.set_preferred_size(100, 0);
|
||||
left_frame.set_size_policy(GUI::SizePolicy::Fixed, GUI::SizePolicy::Fill);
|
||||
m_listview = left_frame.add<GUI::ListView>();
|
||||
m_listview->set_activates_on_selection(true);
|
||||
m_listview->set_model(HelpListModel::create());
|
||||
|
||||
m_webview = splitter.add<Web::OutOfProcessWebView>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue