mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 03:55:07 +00:00
Help: Rename "Tree" tab to "Browse"
This commit is contained in:
parent
b4af4a4085
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