[gnome-control-center] notifications: prevent the dialog boxes from being resizable



commit a668e8f90e6ba35d78cffe443275460295e17b82
Author: Thomas Wood <thomas wood intel com>
Date:   Tue Jun 18 17:04:08 2013 +0100

    notifications: prevent the dialog boxes from being resizable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702487

 panels/notifications/cc-edit-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/notifications/cc-edit-dialog.c b/panels/notifications/cc-edit-dialog.c
index 99f1983..5c642b8 100644
--- a/panels/notifications/cc-edit-dialog.c
+++ b/panels/notifications/cc-edit-dialog.c
@@ -65,6 +65,7 @@ cc_build_edit_dialog (CcNotificationsPanel *panel,
                 "title", g_app_info_get_name (app),
                 "width-request", 450,
                 "transient-for", shell,
+                "resizable", FALSE,
                 NULL);
   gtk_dialog_add_button (win, "gtk-close", GTK_RESPONSE_CLOSE);
   gtk_dialog_set_default_response (win, GTK_RESPONSE_CLOSE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]