Skip to content
Commit 8ad6ecd4 authored by Florian Müllner's avatar Florian Müllner
Browse files

serverRoomManager: Use a treeview instead of listbox

For potentially large lists, a treeview is significantly more performant
than a listbox with many composite row widgets. As the ServerRoomList
doesn't require anything that cannot be achieved with a treeview, drop
the listbox for a nice performance gain.

https://bugzilla.gnome.org/show_bug.cgi?id=763200
parent 9c1d4c3f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment