mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 23:20:54 +00:00
libsysprof-gtk: make list of traceables smaller
It's not that important, only that we can walk through them with the keyboard in an easier fashion than say, GtkDropDown.
This commit is contained in:
@ -226,7 +226,7 @@
|
|||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkScrolledWindow">
|
<object class="GtkScrolledWindow">
|
||||||
<property name="vexpand">true</property>
|
<property name="min-content-height">100</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkColumnView" id="traceables_column_view">
|
<object class="GtkColumnView" id="traceables_column_view">
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user