mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
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:
parent
d077f627ef
commit
b9613cc416
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user