https://bugs.kde.org/show_bug.cgi?id=417437

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|systemsettings              |frameworks-kirigami
                 CC|                            |k...@davidedmundson.co.uk
   Target Milestone|---                         |Not decided
          Component|kcm_baloo                   |general
           Assignee|baloo-bugs-n...@kde.org     |k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> ---
better test

import QtQuick.Controls 2.11 as QQC2
import QtQuick.Dialogs 1.2 as QtDialogs
import org.kde.kirigami 2.4 as Kirigami
import QtQuick 2.1
import QtQuick.Layouts 1.1

QQC2.ScrollView {
    width: 1000
    height: 1000
    id: bgObject
    Component.onCompleted: bgObject.background.visible = true
    Layout.fillWidth: true
    Layout.fillHeight: true

    ListView {
        id: fileExcludeList
        anchors.fill: parent

        model: 200
        delegate: Kirigami.BasicListItem {
            label: "ASDF " + model.index
        }
    }
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to