[latexila] structure: list view items cannot disappear



commit d4bbcd3bcb8a915ba9f4b440d39bd585a3c1527a
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 10dd489..4c4d446 100644
--- a/src/structure.vala
+++ b/src/structure.vala
@@ -309,7 +309,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]