mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
11 lines
329 B
XML
11 lines
329 B
XML
<?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>
|