mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 15:52:10 +02:00
WIP: clapper-gtk: Add new ClapperGtkEngageLayer widget
This commit is contained in:
17
src/lib/clapper-gtk/ui/clapper-gtk-engage-layer.ui
Normal file
17
src/lib/clapper-gtk/ui/clapper-gtk-engage-layer.ui
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface domain="clapper-gtk">
|
||||
<template class="ClapperGtkEngageLayer" parent="ClapperGtkLeadContainer">
|
||||
<property name="blocked-actions">toggle-play|reveal-overlays</property>
|
||||
<child>
|
||||
<object class="ClapperGtkTogglePlayButton">
|
||||
<property name="halign">center</property>
|
||||
<property name="valign">center</property>
|
||||
<style>
|
||||
<class name="osd"/>
|
||||
<class name="flat"/>
|
||||
<class name="circular"/>
|
||||
</style>
|
||||
</object>
|
||||
</child>
|
||||
</template>
|
||||
</interface>
|
Reference in New Issue
Block a user