[gnome-shell/wip/paging-release: 22/90] appDispaly: IndicatorLayout: erased custom get_preferred_heigth



commit c48c6587e7e6f52ca31898d432d55e691ed6bf92
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 334838f..960e21b 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]