[gtk/columnview-expand: 27/28] inspector: Expand the resource list
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/columnview-expand: 27/28] inspector: Expand the resource list
- Date: Mon, 1 Jun 2020 12:23:11 +0000 (UTC)
commit 3f5e859795aeae0dda2740bdc020a2b3be05aae4
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 24 11:12:49 2019 -0500
inspector: Expand the resource list
This is an experiment with adding a filler column.
gtk/inspector/resource-list.ui | 6 ++++++
1 file changed, 6 insertions(+)
---
diff --git a/gtk/inspector/resource-list.ui b/gtk/inspector/resource-list.ui
index 9719153954..74882e7592 100644
--- a/gtk/inspector/resource-list.ui
+++ b/gtk/inspector/resource-list.ui
@@ -62,6 +62,7 @@
<child>
<object class="GtkColumnViewColumn" id="path">
<property name="title" translatable="yes">Path</property>
+ <property name="expand">1</property>
<property name="factory">
<object class="GtkSignalListItemFactory">
<signal name="setup" handler="setup_name_cb"/>
@@ -92,6 +93,11 @@
</property>
</object>
</child>
+ <child>
+ <object class="GtkColumnViewColumn" id="filler">
+ <property name="expand">1</property>
+ </object>
+ </child>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]