~nick-dedekind/unity8/indicators.hint-interval

« back to all changes in this revision

Viewing changes to qml/Shell.qml

  • Committer: Nick Dedekind
  • Date: 2014-03-07 15:54:57 UTC
  • mfrom: (638.1.118 unity8)
  • Revision ID: nicholas.dedekind@gmail.com-20140307155457-f0s1zu5ll2czt3rq
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
                    }
341
341
                }
342
342
 
343
 
                enabled: shell.width >= units.gu(60)
 
343
                enabled: shell.width >= units.gu(100)
344
344
                visible: enabled
345
345
                fullyShown: stages.fullyShown && shown
346
346
                            && sideStage[sideStageRevealer.boundProperty] == sideStageRevealer.openedValue
421
421
        Component.onCompleted: {
422
422
            if (LightDM.Users.count == 1) {
423
423
                LightDM.Greeter.authenticate(LightDM.Users.data(0, LightDM.UserRoles.NameRole))
424
 
                greeter.selected(0)
425
424
            }
426
425
        }
427
426
    }
497
496
                // If there are more users, the Greeter will handle that
498
497
                if (LightDM.Users.count == 1) {
499
498
                    LightDM.Greeter.authenticate(LightDM.Users.data(0, LightDM.UserRoles.NameRole));
500
 
                    greeter.selected(0);
501
499
                }
502
500
                greeter.forceActiveFocus();
503
501
                removeApplicationFocus();