inspector: Some improvements to the CSS node tree

Set a min-content-height for the property list, and
allow horizontal scrolling.
This commit is contained in:
Matthias Clasen 2015-11-04 00:00:56 -05:00
parent d077f627ef
commit b9613cc416

View File

@ -26,7 +26,6 @@
<child>
<object class="GtkScrolledWindow">
<property name="visible">1</property>
<property name="hscrollbar-policy">never</property>
<property name="expand">1</property>
<property name="min-content-height">100</property>
<child>
@ -114,7 +113,7 @@
<object class="GtkScrolledWindow">
<property name="visible">1</property>
<property name="expand">1</property>
<property name="hscrollbar-policy">never</property>
<property name="min-content-height">100</property>
<child>
<object class="GtkTreeView" id="prop_tree">
<property name="visible">1</property>