2021-07-15 14:39:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<!-- interface-requires gtk+ 3.0 -->
|
|
|
|
<template class="CcPowerProfileInfoRow" parent="GtkListBoxRow">
|
|
|
|
<property name="activatable">False</property>
|
|
|
|
<property name="selectable">False</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">horizontal</property>
|
2021-08-04 11:28:14 +02:00
|
|
|
<property name="margin-start">4</property>
|
2021-07-16 11:32:37 +02:00
|
|
|
<property name="margin-end">8</property>
|
2021-07-15 14:39:58 +02:00
|
|
|
<property name="margin-top">8</property>
|
|
|
|
<property name="margin-bottom">8</property>
|
2021-08-04 11:28:14 +02:00
|
|
|
<property name="spacing">4</property>
|
2021-07-15 14:39:58 +02:00
|
|
|
<child>
|
|
|
|
<object class="GtkImage" id="icon_image">
|
|
|
|
<property name="margin-start">6</property>
|
2021-07-16 11:32:37 +02:00
|
|
|
<property name="margin-end">6</property>
|
2021-07-15 14:39:58 +02:00
|
|
|
<property name="icon-name">info-symbolic</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<property name="icon-size">large</property>
|
2021-07-15 14:39:58 +02:00
|
|
|
<style>
|
2021-08-03 11:19:56 +02:00
|
|
|
<class name="dim-label"/>
|
2021-07-15 14:39:58 +02:00
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title_label">
|
|
|
|
<property name="halign">start</property>
|
2021-10-20 23:07:53 -03:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
2021-07-15 14:39:58 +02:00
|
|
|
<property name="use-markup">True</property>
|
|
|
|
<property name="use-underline">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<property name="wrap">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|