mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00: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
Add a link
Reference in a new issue