~unity-2d-team/unity-2d/previews

« back to all changes in this revision

Viewing changes to places/Renderer.qml

[dash] Implemented keyboard navigation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
   itself. A typical renderer is the UnityDefaultRender that lays out the items
27
27
   in a grid of icons with the item's title underneath it.
28
28
*/
29
 
Item {
 
29
FocusScope {
30
30
    property string displayName /* Name of the group typically displayed in the header */
31
31
    property string iconHint /* Icon id of the group */
32
32
    property int groupId /* Index of the group */