Refactor: Move UI files and gschema file to more standard locations

This commit is contained in:
June 2023-01-22 14:59:40 +01:00
commit 7ed9329f2d
No known key found for this signature in database
GPG key ID: 094C2AC34192FA11
10 changed files with 6 additions and 8 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="PrefsBoxOrderListBox" parent="GtkListBox">
<property name="selection-mode">none</property>
<property name="show-separators">True</property>
<style>
<class name="boxed-list"/>
</style>
</template>
</interface>