Redo controls popovers into GtkMenuButtons

This commit is contained in:
Rafał Dzięgiel
2021-09-01 14:25:42 +02:00
parent 04122d46a7
commit bbada8fb4e
10 changed files with 400 additions and 405 deletions

View File

@@ -3,6 +3,9 @@
<template class="ClapperPopoverSeparator" parent="GtkBox">
<property name="orientation">horizontal</property>
<property name="hexpand">True</property>
<style>
<class name="popoverseparator"/>
</style>
<child>
<object class="GtkSeparator">
<property name="orientation">horizontal</property>