mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +00:00
sysprof: put recording pad contents in a window handle
So that it can be dragged around easier by users.
This commit is contained in:
@ -8,6 +8,8 @@
|
|||||||
<property name="height-request">200</property>
|
<property name="height-request">200</property>
|
||||||
<property name="resizable">false</property>
|
<property name="resizable">false</property>
|
||||||
<property name="content">
|
<property name="content">
|
||||||
|
<object class="GtkWindowHandle">
|
||||||
|
<child>
|
||||||
<object class="AdwToolbarView">
|
<object class="AdwToolbarView">
|
||||||
<child type="top">
|
<child type="top">
|
||||||
<object class="AdwHeaderBar">
|
<object class="AdwHeaderBar">
|
||||||
@ -78,6 +80,8 @@
|
|||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</object>
|
</object>
|
||||||
|
</child>
|
||||||
|
</object>
|
||||||
</property>
|
</property>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
|
|||||||
Reference in New Issue
Block a user