[libdazzle] counters-window: allow columns to be resized
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdazzle] counters-window: allow columns to be resized
- Date: Sun, 18 Jun 2017 09:29:15 +0000 (UTC)
commit 58343a73a07cb62bd2e29228f57d6cdf6648a366
Author: Christian Hergert <chergert redhat com>
Date: Sun Jun 18 02:29:01 2017 -0700
counters-window: allow columns to be resized
src/widgets/dzl-counters-window.ui | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets/dzl-counters-window.ui b/src/widgets/dzl-counters-window.ui
index 7a6f5c4..c936bf6 100644
--- a/src/widgets/dzl-counters-window.ui
+++ b/src/widgets/dzl-counters-window.ui
@@ -10,6 +10,7 @@
<property name="visible">true</property>
<child>
<object class="GtkTreeViewColumn">
+ <property name="resizable">true</property>
<property name="title" translatable="yes">Category</property>
<child>
<object class="GtkCellRendererText"/>
@@ -21,6 +22,7 @@
</child>
<child>
<object class="GtkTreeViewColumn">
+ <property name="resizable">true</property>
<property name="title" translatable="yes">Name</property>
<child>
<object class="GtkCellRendererText"/>
@@ -32,7 +34,7 @@
</child>
<child>
<object class="GtkTreeViewColumn" id="value_column">
- <property name="expand">false</property>
+ <property name="resizable">true</property>
<property name="title" translatable="yes">Value</property>
<child>
<object class="GtkCellRendererText" id="value_cell">
@@ -42,6 +44,7 @@
</child>
<child>
<object class="GtkTreeViewColumn">
+ <property name="resizable">true</property>
<property name="expand">true</property>
<property name="title" translatable="yes">Description</property>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]