mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
FileManager: Layout the desktop icons from top-to-bottom :^)
This looks way nicer than left-to-right!
This commit is contained in:
parent
8b31833650
commit
55e990cbc4
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ void DirectoryView::setup_icon_view()
|
|||
m_icon_view->set_scrollbars_enabled(false);
|
||||
m_icon_view->set_fill_with_background_color(false);
|
||||
m_icon_view->set_draw_item_text_with_shadow(true);
|
||||
m_icon_view->set_flow_direction(GUI::IconView::FlowDirection::TopToBottom);
|
||||
}
|
||||
|
||||
m_icon_view->set_model(m_sorting_model);
|
||||
|
|
Loading…
Add table
Reference in a new issue