gnome-control-center/panels/thunderbolt/cc-bolt-device-entry.ui
Georges Basile Stavracas Neto 958bb8fe6b thunderbolt: Fix coding style
Not everything was fixed, but why bother.
2018-04-14 19:26:12 -03:00

49 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.20"/>
<template class="CcBoltDeviceEntry" parent="GtkListBoxRow">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="activatable">True</property>
<child>
<object class="GtkGrid">
<property name="visible">True</property>
<property name="border-width">12</property>
<property name="margin_left">6</property>
<property name="margin_right">6</property>
<property name="column-spacing">12</property>
<property name="row-spacing">2</property>
<child>
<object class="GtkLabel" id="name_label">
<property name="ellipsize">end</property>
<property name="use-markup">True</property>
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="label">Device Name</property>
<property name="xalign">0.0</property>
<property name="valign">center</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="status_label">
<property name="visible">True</property>
<property name="hexpand">False</property>
<property name="label">Status</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="xalign">1.0</property>
</object>
<packing>
<property name="left-attach">1</property>
<property name="top-attach">0</property>
</packing>
</child>
</object>
</child>
</template>
</interface>