Use GtkDialog instead of HdyDialog

HdyDialog has been dropped in libhandy 1.
This commit is contained in:
Adrien Plazas 2020-07-03 09:41:19 +02:00
parent 726684e9e0
commit 9e2a2836d9
14 changed files with 21 additions and 33 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcAppNotificationsDialog" parent="HdyDialog">
<template class="CcAppNotificationsDialog" parent="GtkDialog">
<property name="width_request">360</property>
<property name="can_focus">False</property>
<property name="modal">True</property>