[gnome-shell] extensionPrefs: Fix extension list width
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] extensionPrefs: Fix extension list width
- Date: Wed, 14 Sep 2016 07:19:10 +0000 (UTC)
commit 695bfb96160033be55cfb5ac41c121998f98c328
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Sep 13 22:17:20 2016 +0200
extensionPrefs: Fix extension list width
ScrolledWindow changed its allocation behavior, and the extension
list only takes up the minimum width rather than the available
width as intended. To get the previous behavior back, we need
to set the newly added :propagate-natural-width property ...
https://bugzilla.gnome.org/show_bug.cgi?id=771391
js/extensionPrefs/main.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/extensionPrefs/main.js b/js/extensionPrefs/main.js
index c27bfdd..cdfce78 100644
--- a/js/extensionPrefs/main.js
+++ b/js/extensionPrefs/main.js
@@ -152,6 +152,7 @@ const Application = new Lang.Class({
let scroll = new Gtk.ScrolledWindow({ hscrollbar_policy: Gtk.PolicyType.NEVER,
shadow_type: Gtk.ShadowType.IN,
halign: Gtk.Align.CENTER,
+ propagate_natural_width: true,
margin: 18 });
this._window.add(scroll);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]