You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.7 KiB
72 lines
2.7 KiB
<?xml version='1.0' encoding='UTF-8'?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.6" />
|
|
<template class="MousePanel" parent="Panel">
|
|
|
|
<child type="content">
|
|
<object class="GtkBox">
|
|
<property name="halign">start</property>
|
|
<property name="spacing">10</property>
|
|
<property name="valign">start</property>
|
|
<child>
|
|
<object class="GtkBox" id="presentation_box">
|
|
<property name="halign">start</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">10</property>
|
|
<child>
|
|
<object class="GtkImage" id="mouse_image">
|
|
<property name="halign">start</property>
|
|
<property name="height-request">250</property>
|
|
<property name="margin-top">30</property>
|
|
<property name="valign">start</property>
|
|
<property name="width-request">300</property>
|
|
<style />
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="mouse_name">
|
|
<property name="halign">center</property>
|
|
<property name="justify">center</property>
|
|
<style>
|
|
<class name="heading" />
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox" id="basic_settings">
|
|
<property name="halign">start</property>
|
|
<property name="margin-top">30</property>
|
|
<property name="orientation">vertical</property>
|
|
<property name="valign">start</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="halign">start</property>
|
|
<property name="label">Basic settings</property>
|
|
<property name="valign">start</property>
|
|
<style>
|
|
<class name="title-3" />
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkBox" id="dpi_box">
|
|
<property name="halign">start</property>
|
|
<property name="margin-top">30</property>
|
|
<property name="valign">start</property>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="dpi_preference_group">
|
|
<property name="title">DPI Stages</property>
|
|
<property name="description">DPI Stages of the mouse</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
|
|
</template>
|
|
</interface> |