notifications-dialog: Make dialog adaptive

This commit is contained in:
Mohammed Sadiq 2019-07-17 19:14:57 +05:30 committed by Georges Basile Stavracas Neto
parent 6df43c5b4f
commit ed6ddf162a
3 changed files with 8 additions and 6 deletions

View file

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcAppNotificationsDialog" parent="GtkDialog">
<property name="width_request">450</property>
<template class="CcAppNotificationsDialog" parent="HdyDialog">
<property name="width_request">360</property>
<property name="can_focus">False</property>
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<signal name="response" handler="gtk_widget_destroy" swapped="no"/>