mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-10 16:26:35 +01:00
10 lines
329 B
XML
10 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>
|