~tkluck/ubuntu/precise/gnome-shell/lp883443

« back to all changes in this revision

Viewing changes to js/ui/layout.js

  • Committer: Jeremy Bicha
  • Date: 2011-09-28 00:41:45 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: jbicha@ubuntu.com-20110928004145-qul9m3n18o37jvo1
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        this.trayBox.connect('allocation-changed',
46
46
                             Lang.bind(this, this._updateTrayBarrier));
47
47
 
48
 
        this.keyboardBox = new St.BoxLayout({ name: 'keyboardBox' });
 
48
        this.keyboardBox = new St.BoxLayout({ name: 'keyboardBox',
 
49
                                              reactive: true,
 
50
                                              track_hover: true });
49
51
        this.addChrome(this.keyboardBox, { visibleInFullscreen: true });
50
52
        this._keyboardHeightNotifyId = 0;
51
53