mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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="propagate-natural-width">true</property>
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<property name="width-request">300</property>
|
||||
<child>
|
||||
<object class="GtkColumnView" id="functions_column_view">
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user