mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +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="resizable">false</property>
|
||||
<property name="content">
|
||||
<object class="GtkWindowHandle">
|
||||
<child>
|
||||
<object class="AdwToolbarView">
|
||||
<child type="top">
|
||||
<object class="AdwHeaderBar">
|
||||
@ -78,6 +80,8 @@
|
||||
</object>
|
||||
</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</property>
|
||||
</template>
|
||||
</interface>
|
||||
|
||||
Reference in New Issue
Block a user