mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 15:19:09 +00:00
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="PrefsBoxOrderItemRow" parent="AdwActionRow">
|
|
<child type="prefix">
|
|
<object class="GtkLabel" id="item-name-display-label">
|
|
<property name="halign">start</property>
|
|
<property name="hexpand">True</property>
|
|
</object>
|
|
</child>
|
|
<child type="prefix">
|
|
<object class="GtkImage">
|
|
<property name="icon-name">list-drag-handle-symbolic</property>
|
|
<style>
|
|
<class name="drag-handle"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
<child type="suffix">
|
|
<object class="GtkMenuButton" id="menu-button">
|
|
<property name="valign">center</property>
|
|
<property name="icon-name">view-more-symbolic</property>
|
|
<style>
|
|
<class name="flat"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|