diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-17 15:35:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-17 15:35:10 -0400 |
commit | 3d0b149e3b1357253ac63084fc08b0b93c740f67 (patch) | |
tree | d26e51544722cb14a309956514643f6c22e7e9fd | |
parent | 4f830fb117fb11953a03e5eab765543884ff610b (diff) | |
download | gtk+-3d0b149e3b1357253ac63084fc08b0b93c740f67.tar.gz |
inspector: Allow sorting properties by origin
-rw-r--r-- | gtk/inspector/prop-list.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/inspector/prop-list.ui b/gtk/inspector/prop-list.ui index d477c75406..f13d5c211c 100644 --- a/gtk/inspector/prop-list.ui +++ b/gtk/inspector/prop-list.ui @@ -30,7 +30,6 @@ <object class="GtkTreeViewColumn"> <property name="title" translatable="yes">Property</property> <property name="resizable">True</property> - <property name="sort-order">ascending</property> <property name="sort-column-id">0</property> <child> <object class="GtkCellRendererText"> @@ -82,6 +81,7 @@ <child> <object class="GtkTreeViewColumn"> <property name="title" translatable="yes">Defined At</property> + <property name="sort-column-id">2</property> <child> <object class="GtkCellRendererText"> <property name="scale">0.8</property> |