[baobab/reroot-view: 30/35] Workaroud treeview sizing issue



commit 14566f7c5ddcea1802721bcbca3e38b02f4f1153
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Tue Jun 23 15:44:26 2020 +0200

    Workaroud treeview sizing issue
    
    Unless at least one column is set to "autosize", the treeview columns are not
    properly resized after setting min-width.

 data/ui/baobab-main-window.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/baobab-main-window.ui b/data/ui/baobab-main-window.ui
index a5a1e18..b921154 100644
--- a/data/ui/baobab-main-window.ui
+++ b/data/ui/baobab-main-window.ui
@@ -337,6 +337,7 @@
                           <child>
                             <object class="GtkTreeViewColumn" id="time_modified_column">
                               <property name="title" translatable="yes">Modified</property>
+                              <property name="sizing">autosize</property>
                               <property name="reorderable">True</property>
                               <property name="sort_column_id">3</property>
                               <child>


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