[gnome-shell/wip/paging-release: 43/85] AppDisplay: doesn't superpose dash and pagination indicator to allview



commit f78ae55a61a010ac29a1d0ab35203b4682846c49
Author: Carlos Soriano <carlos soriano89 gmail com>
Date:   Mon Jul 15 11:55:59 2013 +0200

    AppDisplay: doesn't superpose dash and pagination indicator to allview

 js/ui/appDisplay.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index d5c7b69..43d46c1 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -397,6 +397,7 @@ const PaginationScrollView = new Lang.Class({
     
     vfunc_allocate: function(box, flags) {
         box = this.get_parent().allocation;
+        box = this.get_theme_node().get_content_box(box);
         this.set_allocation(box, flags);        
         let availWidth = box.x2 - box.x1;
         let availHeight = box.y2 - box.y1;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]