mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
37 lines
1.3 KiB
XML
37 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="SysprofTab" parent="GtkWidget">
|
|
<property name="hexpand">true</property>
|
|
<child>
|
|
<object class="GtkCenterBox" id="center_box">
|
|
<child type="start">
|
|
<object class="GtkImage" id="recording">
|
|
<property name="visible">false</property>
|
|
<property name="icon-name">media-record-symbolic</property>
|
|
<property name="pixel-size">16</property>
|
|
<property name="hexpand">true</property>
|
|
<property name="halign">end</property>
|
|
</object>
|
|
</child>
|
|
<child type="center">
|
|
<object class="GtkLabel" id="title">
|
|
<property name="margin-start">6</property>
|
|
<property name="margin-end">6</property>
|
|
</object>
|
|
</child>
|
|
<child type="end">
|
|
<object class="GtkButton" id="close_button">
|
|
<property name="receives_default">False</property>
|
|
<property name="icon_name">window-close-symbolic</property>
|
|
<style>
|
|
<class name="flat"/>
|
|
<class name="small-button"/>
|
|
<class name="image-button"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|