Use GtkDialog instead of HdyDialog
HdyDialog has been dropped in libhandy 1.
This commit is contained in:
parent
726684e9e0
commit
9e2a2836d9
14 changed files with 21 additions and 33 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue