Change icon size, reset positioner

pull/2/head
cutefishd 5 years ago
parent 4f57fa63b8
commit 0ff861b977

@ -46,6 +46,11 @@ GridView {
signal keyPress(var event)
onIconSizeChanged: {
//
positioner.reset()
}
function effectiveNavDirection(flow, layoutDirection, direction) {
if (direction === Qt.LeftArrow) {
if (flow === GridView.FlowLeftToRight) {

Loading…
Cancel
Save