[gnome-shell/wip/paging-release: 17/85] appDispaly: IndicatorLayout: erased custom get_preferred_heigth
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/paging-release: 17/85] appDispaly: IndicatorLayout: erased custom get_preferred_heigth
- Date: Mon, 12 Aug 2013 15:59:46 +0000 (UTC)
commit 8fd749b1eb4d99d0be011ae9f3532f9450eb99cc
Author: Carlos Soriano <carlos soriano89 gmail com>
Date: Tue Jul 2 19:44:24 2013 +0200
appDispaly: IndicatorLayout: erased custom get_preferred_heigth
js/ui/appDisplay.js | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 2b69342..c6aa2ce 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -470,10 +470,6 @@ const PaginationIconIndicator = new Lang.Class({
const IndicatorLayout = Lang.Class({
Name:'IndicatorLayout',
Extends: Clutter.BoxLayout,
-
- vfunc_get_preferred_height: function(container, forHeight) {
- return [300, 300];
- },
vfunc_get_preferred_width: function(container, forHeight) {
let [minWidth, natWidth] = container.get_children()[0].get_preferred_width(forHeight);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]