[baobab/reroot-view: 12/14] Workaroud treeview sizing issue
- From: Stefano Facchini <sfacchini src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab/reroot-view: 12/14] Workaroud treeview sizing issue
- Date: Tue, 23 Jun 2020 14:41:35 +0000 (UTC)
commit 7d59c8fa89d26202fd21bb3a920eaa6b4b05cf5f
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]