[gnome-builder/wip/gtk4-port] plugins/ls: make columns resizable
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] plugins/ls: make columns resizable
- Date: Fri, 29 Apr 2022 04:46:56 +0000 (UTC)
commit cb3eaf04a888f0968822c6e909844585d8871ab1
Author: Christian Hergert <chergert redhat com>
Date: Thu Apr 28 21:46:50 2022 -0700
plugins/ls: make columns resizable
src/plugins/ls/gbp-ls-page.ui | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/plugins/ls/gbp-ls-page.ui b/src/plugins/ls/gbp-ls-page.ui
index 5934df3e0..b71d5c007 100644
--- a/src/plugins/ls/gbp-ls-page.ui
+++ b/src/plugins/ls/gbp-ls-page.ui
@@ -16,6 +16,7 @@
<object class="GtkTreeViewColumn" id="name_column">
<property name="title" translatable="yes">Name</property>
<property name="expand">true</property>
+ <property name="resizable">true</property>
<property name="visible">true</property>
<child>
<object class="GtkCellRendererPixbuf" id="pixbuf_cell">
@@ -45,6 +46,7 @@
<child>
<object class="GtkTreeViewColumn" id="size_column">
<property name="title" translatable="yes">Size</property>
+ <property name="resizable">true</property>
<property name="visible">true</property>
<child>
<object class="GtkCellRendererText" id="size_cell">
@@ -58,6 +60,7 @@
<child>
<object class="GtkTreeViewColumn" id="modified_column">
<property name="title" translatable="yes">Modified</property>
+ <property name="resizable">true</property>
<property name="visible">true</property>
<child>
<object class="GtkCellRendererText" id="modified_cell">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]