mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="PrefsBoxOrderListEmptyPlaceholder" parent="GtkBox">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="spacing">10</property>
|
|
<property name="margin-top">10</property>
|
|
<property name="margin-bottom">10</property>
|
|
<property name="margin-start">10</property>
|
|
<property name="margin-end">10</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="label">Drop items onto here to add them to this box.</property>
|
|
<property name="halign">start</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkDropTarget">
|
|
<property name="actions">move</property>
|
|
<property name="formats">PrefsBoxOrderItemRow</property>
|
|
<signal name="drop" handler="onDrop"/>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|