Skip to content

applets/clipboard: Remove invalid Layout properties and fix horizontal scrolling

Fushan Wen requested to merge work/fusionfuture/clipboard-fix-layout into master

applets/clipboard: Remove invalid Layout properties and fix horizontal scrolling

ClipboardPage does not have a layout attached, so remove its Layout.* properties.

contentWidth is explicitly set to 0 to avoid horizontal scrolling.

applets/clipboard: Fix activeFocus not being switched to item

The list item will regain focus after clicking buttons in the heading and clicking the list item now.

Edited by Fushan Wen

Merge request reports