keyboard: don't raise to the top when showing

The stacking is already correct due to the grouping, and calling
raise_top() results in the keyboard above the OSDs.

https://bugzilla.gnome.org/show_bug.cgi?id=700620
This commit is contained in:
Giovanni Campagna 2013-05-20 21:45:30 +02:00
parent d5f95db68d
commit db2e6e5b95

View File

@ -686,7 +686,6 @@ const LayoutManager = new Lang.Class({
},
showKeyboard: function () {
this.keyboardBox.raise_top();
Tweener.addTween(this.keyboardBox,
{ anchor_y: this.keyboardBox.height,
time: KEYBOARD_ANIMATION_TIME,