LibGUI: Show the columns view action in the toolbar (but disable it)
We'll enable it once ColumnsView is less crashy. :^)
This commit is contained in:
parent
90c4e6b000
commit
ab9a0780e3
Notes:
sideshowbarker
2024-07-19 09:04:44 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ab9a0780e35
1 changed files with 1 additions and 2 deletions
|
@ -157,9 +157,8 @@ FilePicker::FilePicker(Mode mode, const StringView& file_name, const StringView&
|
|||
toolbar->add_action(m_view->view_as_table_action());
|
||||
|
||||
// FIXME: Enable this once GUI::ColumnsView doesn't crash when used here.
|
||||
#if 0
|
||||
m_view->view_as_columns_action().set_enabled(false);
|
||||
toolbar->add_action(m_view->view_as_columns_action());
|
||||
#endif
|
||||
|
||||
auto lower_container = vertical_container->add<Widget>();
|
||||
lower_container->set_layout(make<VerticalBoxLayout>());
|
||||
|
|
Loading…
Add table
Reference in a new issue