notifications-dialog: Make dialog adaptive
This commit is contained in:
parent
6df43c5b4f
commit
ed6ddf162a
3 changed files with 8 additions and 6 deletions
|
@ -49,7 +49,7 @@ static void update_sound_switch (CcAppNotificationsDialog *dialog);
|
|||
static void update_notification_switch (CcAppNotificationsDialog *dialog);
|
||||
|
||||
struct _CcAppNotificationsDialog {
|
||||
GtkDialog parent;
|
||||
HdyDialog parent;
|
||||
|
||||
GSettings *settings;
|
||||
GSettings *master_settings;
|
||||
|
@ -65,7 +65,7 @@ struct _CcAppNotificationsDialog {
|
|||
GtkWidget *lock_screen_content_switch;
|
||||
};
|
||||
|
||||
G_DEFINE_TYPE (CcAppNotificationsDialog, cc_app_notifications_dialog, GTK_TYPE_DIALOG)
|
||||
G_DEFINE_TYPE (CcAppNotificationsDialog, cc_app_notifications_dialog, HDY_TYPE_DIALOG)
|
||||
|
||||
static void
|
||||
on_perm_store_set_done (GObject *source_object,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue