mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: force width-request for functions column
That way it can't shrink while filtering.
This commit is contained in:
@ -14,6 +14,7 @@
|
|||||||
<property name="vexpand">true</property>
|
<property name="vexpand">true</property>
|
||||||
<property name="propagate-natural-width">true</property>
|
<property name="propagate-natural-width">true</property>
|
||||||
<property name="hscrollbar-policy">never</property>
|
<property name="hscrollbar-policy">never</property>
|
||||||
|
<property name="width-request">300</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkColumnView" id="functions_column_view">
|
<object class="GtkColumnView" id="functions_column_view">
|
||||||
<child>
|
<child>
|
||||||
|
|||||||
Reference in New Issue
Block a user