pipeline-group.ui 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface domain="blur-my-shell@aunetx">
  3. <template class="PipelineGroup" parent="AdwPreferencesGroup">
  4. <child>
  5. <object class="AdwEntryRow" id="title">
  6. <property name="title" translatable="yes">Pipeline name</property>
  7. </object>
  8. </child>
  9. <child>
  10. <object class="AdwActionRow" id="effects_description_row">
  11. <property name="activatable-widget">manage_effects</property>
  12. <child>
  13. <object class="GtkButton" id="manage_effects">
  14. <property name="valign">center</property>
  15. <property name="child">
  16. <object class="AdwButtonContent">
  17. <property name="icon-name">edit-row-symbolic</property>
  18. <property name="label" translatable="yes">Manage effects</property>
  19. <property name="use-underline">True</property>
  20. </object>
  21. </property>
  22. </object>
  23. </child>
  24. </object>
  25. </child>
  26. </template>
  27. </interface>