keyboard: Tell emoji panel container to expand
Otherwise the EmojiSelection won't use up available space. Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/2131
This commit is contained in:
parent
1f7c99d9fb
commit
e15d8eeb17
@ -614,6 +614,7 @@ var EmojiPager = GObject.registerClass({
|
|||||||
layout_manager: new Clutter.BinLayout(),
|
layout_manager: new Clutter.BinLayout(),
|
||||||
reactive: true,
|
reactive: true,
|
||||||
clip_to_allocation: true,
|
clip_to_allocation: true,
|
||||||
|
y_expand: true,
|
||||||
});
|
});
|
||||||
this._sections = sections;
|
this._sections = sections;
|
||||||
this._nCols = nCols;
|
this._nCols = nCols;
|
||||||
|
Loading…
Reference in New Issue
Block a user