[latexila/gnome-3-14] structure: list view items cannot disappear



commit e4f8ad7c1cde493bc854c3d59e28fc24973f9e8c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Dec 27 19:10:53 2014 +0100

    structure: list view items cannot disappear
    
    If we moved the GtkPaned handle upwards, the simple list items were
    hidden.

 src/structure.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/structure.vala b/src/structure.vala
index 6d91191..a6af99c 100644
--- a/src/structure.vala
+++ b/src/structure.vala
@@ -308,7 +308,7 @@ public class Structure : Grid
         _list_view_sw = Utils.add_scrollbar (_list_view);
         _list_view_sw.set_shadow_type (ShadowType.IN);
 
-        _vpaned.add1 (_list_view_sw);
+        _vpaned.pack1 (_list_view_sw, false, false);
     }
 
     private void init_tree_view ()


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