Gnome input devices manager
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.
 
 
 
ginput/ui/panel.ui

37 lines
1.1 KiB

<?xml version='1.0' encoding='UTF-8'?>
<interface>
<requires lib="gtk" version="4.0" />
<requires lib="libadwaita" version="1.0" />
<template class="Panel" parent="AdwBin">
<child>
<object class="GtkBox" id="main_box">
<property name="hexpand">True</property>
<property name="orientation">vertical</property>
<property name="vexpand">True</property>
<child>
<object class="AdwBin" id="titlebar_bin">
<property name="hexpand">True</property>
<child>
<object class="AdwHeaderBar" id="titlebar">
<property name="show-start-title-buttons">False</property>
<property name="title-widget">
<object class="AdwWindowTitle" id="title" />
</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwBin" id="content_bin">
<property name="hexpand">True</property>
<property name="vexpand">True</property>
</object>
</child>
</object>
</child>
</template>
</interface>