[gnome-shell/wip/carlosg/osk-widgetry-fixes: 2/5] keyboard: Tell emoji panel container to expand
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/osk-widgetry-fixes: 2/5] keyboard: Tell emoji panel container to expand
- Date: Tue, 21 Jan 2020 16:57:31 +0000 (UTC)
commit b91170360f26c58f519c5ddf1f9c6518ea2ef398
Author: Carlos Garnacho <carlosg gnome org>
Date: Tue Jan 21 16:22:34 2020 +0100
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
js/ui/keyboard.js | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js
index 7463233e79..7e7cee21b6 100644
--- a/js/ui/keyboard.js
+++ b/js/ui/keyboard.js
@@ -614,6 +614,7 @@ var EmojiPager = GObject.registerClass({
layout_manager: new Clutter.BinLayout(),
reactive: true,
clip_to_allocation: true,
+ y_expand: true,
});
this._sections = sections;
this._nCols = nCols;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]