Skip to content

Port away from ScrollArea to ScrollView

Carl Schwan requested to merge work/portawayfromscrollarea into master

In most cases the port is trivial and can even simplify the code like in the case of the system tray applet. In the case of notifications applet, this is causing a biggere refactor and it's now also using a TextArea that provides the automatic scrolling when selecting behavior.

Merge request reports