[file-roller/wip/gtk4: 53/54] file selector: fixed columns width




commit 297b9807abe8facde519d0d6a3f19f02bc18cf91
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Oct 2 12:33:24 2022 +0200

    file selector: fixed columns width

 src/ui/file-selector.ui | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/src/ui/file-selector.ui b/src/ui/file-selector.ui
index 6854a75f..89b258ff 100644
--- a/src/ui/file-selector.ui
+++ b/src/ui/file-selector.ui
@@ -75,7 +75,6 @@
                       <object class="GtkTreeViewColumn" id="treeviewcolumn2">
                         <property name="resizable">1</property>
                         <property name="sizing">fixed</property>
-                        <property name="fixed_width">200</property>
                         <property name="title" translatable="1" context="File">Name</property>
                         <property name="expand">1</property>
                         <property name="reorderable">1</property>
@@ -109,8 +108,9 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="treeviewcolumn_size">
-                        <property name="resizable">0</property>
-                        <property name="sizing">autosize</property>
+                        <property name="resizable">1</property>
+                        <property name="sizing">fixed</property>
+                        <property name="fixed-width">150</property>
                         <property name="title" translatable="1" context="File">Size</property>
                         <property name="reorderable">1</property>
                         <property name="sort_column_id">2</property>
@@ -127,8 +127,9 @@
                     </child>
                     <child>
                       <object class="GtkTreeViewColumn" id="treeviewcolumn4">
-                        <property name="resizable">0</property>
-                        <property name="sizing">autosize</property>
+                        <property name="resizable">1</property>
+                        <property name="sizing">fixed</property>
+                        <property name="fixed-width">150</property>
                         <property name="title" translatable="1" context="File">Modified</property>
                         <property name="reorderable">1</property>
                         <property name="sort_column_id">3</property>


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