mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 13:49:05 +00:00
Help: Rename "Tree" tab to "Browse"
This commit is contained in:
parent
b4af4a4085
commit
888a93e0f6
Notes:
sideshowbarker
2024-07-19 00:13:08 +09:00
Author: https://github.com/awesomekling
Commit: 888a93e0f6
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ int main(int argc, char* argv[])
|
|||
auto model = ManualModel::create();
|
||||
|
||||
auto& left_tab_bar = splitter.add<GUI::TabWidget>();
|
||||
auto& tree_view_container = left_tab_bar.add_tab<GUI::Widget>("Tree");
|
||||
auto& tree_view_container = left_tab_bar.add_tab<GUI::Widget>("Browse");
|
||||
tree_view_container.set_layout<GUI::VerticalBoxLayout>();
|
||||
tree_view_container.layout()->set_margins({ 4, 4, 4, 4 });
|
||||
auto& tree_view = tree_view_container.add<GUI::TreeView>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue