mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-03-16 02:01:28 +00:00
display: fix layout of frame/separator
This commit is contained in:
@ -18,8 +18,13 @@
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="SysprofVisualizersFrame" id="visualizers">
|
||||
<object class="GtkBox">
|
||||
<property name="vexpand">false</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="visible">true</property>
|
||||
<child>
|
||||
<object class="SysprofVisualizersFrame" id="visualizers">
|
||||
<property name="vexpand">true</property>
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
@ -29,6 +34,8 @@
|
||||
<property name="visible">true</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkStack" id="pages">
|
||||
<property name="homogeneous">false</property>
|
||||
|
||||
Reference in New Issue
Block a user