[gnome-control-center] network: prevent the "Details" and "Hotspot" dialogs from being resizable



commit f17b62ceb315777666811e2b848f71d03b01bd0f
Author: Thomas Wood <thomas wood intel com>
Date:   Tue Jun 18 17:03:44 2013 +0100

    network: prevent the "Details" and "Hotspot" dialogs from being resizable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702487

 .../network/connection-editor/connection-editor.ui |    1 +
 panels/network/network-wifi.ui                     |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/network/connection-editor/connection-editor.ui 
b/panels/network/connection-editor/connection-editor.ui
index 0d48cec..46bde23 100644
--- a/panels/network/connection-editor/connection-editor.ui
+++ b/panels/network/connection-editor/connection-editor.ui
@@ -4,6 +4,7 @@
   <object class="GtkDialog" id="details_dialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="default_width">600</property>
     <property name="default_height">300</property>
diff --git a/panels/network/network-wifi.ui b/panels/network/network-wifi.ui
index f986782..6ee2773 100644
--- a/panels/network/network-wifi.ui
+++ b/panels/network/network-wifi.ui
@@ -4,6 +4,7 @@
   <object class="GtkDialog" id="details_dialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="default_width">600</property>
     <property name="default_height">300</property>
@@ -1480,6 +1481,7 @@ here</property>
   <object class="GtkDialog" id="hotspot-dialog">
     <property name="can_focus">False</property>
     <property name="border_width">5</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>


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