diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-12-24 11:12:22 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 20:01:14 -0400 |
commit | 3bddbcdd52591856cf21fe772f9ced37d76fb7dd (patch) | |
tree | ad2d6f452807963857ab97d46e7378dd136f92a0 | |
parent | 13d5d60db0bcd426270d55483c8ab7a476a93313 (diff) | |
download | gtk+-3bddbcdd52591856cf21fe772f9ced37d76fb7dd.tar.gz |
inspector: Expand the property list
It looks better this way.
-rw-r--r-- | gtk/inspector/prop-list.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/inspector/prop-list.ui b/gtk/inspector/prop-list.ui index 56b84661e7..9c952c3f41 100644 --- a/gtk/inspector/prop-list.ui +++ b/gtk/inspector/prop-list.ui @@ -54,6 +54,7 @@ <child> <object class="GtkColumnViewColumn"> <property name="title" translatable="yes">Value</property> + <property name="expand">1</property> <property name="factory"> <object class="GtkSignalListItemFactory"> <signal name="bind" handler="bind_value_cb"/> |