Skip to content

qml: refactor implicit size bindings and use insets

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/implicitsize into master

Now that Qt 5.12 is used, we can use helper properties and also apply insets. Insets are not used now, but it is important to take them into account when calculating the size.

Insets and input handlers are very useful to make the interface work fine with touch input.

Merge request reports