mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
window: use SpMultiPaned
This allows us to have the SpVisualizerView grow and shrink along with the visualizer content up until the user has manually moved the paned handle. At which point it clamps to that position as allowed by the size request phases.
This commit is contained in:
@ -161,7 +161,7 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkPaned" id="paned">
|
||||
<object class="SpMultiPaned" id="paned">
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="visible">true</property>
|
||||
<property name="vexpand">true</property>
|
||||
@ -180,20 +180,12 @@
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="shrink">false</property>
|
||||
<property name="resize">false</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="SpCallgraphView" id="callgraph_view">
|
||||
<property name="visible">true</property>
|
||||
<property name="vexpand">true</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="shrink">false</property>
|
||||
<property name="resize">true</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
|
||||
Reference in New Issue
Block a user