[gnome-shell/wip/paging-release: 48/90] AppDisplay: doesn't superpose	dash and pagination indicator to allview
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-shell/wip/paging-release: 48/90] AppDisplay: doesn't superpose	dash and pagination indicator to allview
- Date: Mon, 12 Aug 2013 17:07:15 +0000 (UTC)
commit dfd2aef1c3c4bf4e913861d20931e1e9630912bf
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 64705ab..9a9c9a9 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]