~zsombi/ubuntu-ui-toolkit/labelThemingFix

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/Sections.qml

  • Committer: Tarmac
  • Author(s): Tim Peeters
  • Date: 2016-02-26 11:38:24 UTC
  • mfrom: (1732.9.66 60-scectionScrolling)
  • Revision ID: tarmac-20160226113824-68ud6a1kcgsy7ha3
Sections scrolling and keyboard navigation. Fixes: https://bugs.launchpad.net/bugs/1465048, https://bugs.launchpad.net/bugs/1489591.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
     */
81
81
    property var model: actions
82
82
    onModelChanged: {
83
 
        if (model && model.length > 3) {
84
 
            // FIXME: Make the Sections scrollable for more than 3 sections.
85
 
            console.warn("It is not YET recommended or supported to use more than three sections.");
86
 
        }
87
83
        if (internal.done) {
88
84
            if (!model || model.length === 0) {
89
85
                selectedIndex = -1;