mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +02:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Created with Cambalache 0.17.0 -->
|
|
<interface>
|
|
<requires lib="gtk" version="4.12"/>
|
|
<template class="resetBluetoothEntry" parent="GtkBox">
|
|
<property name="margin-start">5</property>
|
|
<child>
|
|
<object class="GtkImage" id="resetBluetoothDeviceType">
|
|
<property name="icon-name">input-mouse-symbolic</property>
|
|
<property name="margin-end">15</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="resetBluetoothLabel">
|
|
<property name="ellipsize">end</property>
|
|
<property name="hexpand">True</property>
|
|
<property name="label">LoremIpsum Wireless Mouse</property>
|
|
<property name="margin-end">10</property>
|
|
<property name="single-line-mode">True</property>
|
|
<property name="width-request">200</property>
|
|
<property name="xalign">0.0</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkButton" id="resetBluetoothButton">
|
|
<property name="has-frame">False</property>
|
|
<property name="icon-name">emblem-system-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|