roster/src/widgets/environment-header-row.ui

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="EnvironmentHeaderRow" parent="GtkBox">
<property name="orientation">horizontal</property>
<property name="spacing">12</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-top">12</property>
<property name="margin-bottom">6</property>
<child>
<object class="GtkBox" id="variable_cell">
<property name="orientation">horizontal</property>
<property name="spacing">6</property>
<property name="width-request">150</property>
<child>
<object class="GtkLabel" id="variable_label">
<property name="label">Variable</property>
<property name="xalign">0</property>
<property name="hexpand">True</property>
<style>
<class name="heading"/>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="GtkBox" id="columns_box">
<property name="orientation">horizontal</property>
<property name="spacing">6</property>
<property name="hexpand">True</property>
</object>
</child>
</template>
</interface>