27 lines
884 B
Plaintext
27 lines
884 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<!-- interface-requires gtk+ 3.18 -->
|
||
|
<template class="IdePreferencesLanguageRow" parent="DzlPreferencesBin">
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="orientation">horizontal</property>
|
||
|
<property name="spacing">12</property>
|
||
|
<property name="visible">true</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="title">
|
||
|
<property name="hexpand">true</property>
|
||
|
<property name="visible">true</property>
|
||
|
<property name="xalign">0.0</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkImage">
|
||
|
<property name="icon-name">pan-end-symbolic</property>
|
||
|
<property name="visible">true</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|