[gnome-control-center] region: prevent the "Formats" and "Add Input" dialogs from being resizable



commit 98e8b1aaa3234a03818ea193686abde764f488d1
Author: Thomas Wood <thomas wood intel com>
Date:   Tue Jun 18 17:05:40 2013 +0100

    region: prevent the "Formats" and "Add Input" dialogs from being resizable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702487

 panels/region/format-chooser.ui |    1 +
 panels/region/input-chooser.ui  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/panels/region/format-chooser.ui b/panels/region/format-chooser.ui
index 906b171..ec62a3a 100644
--- a/panels/region/format-chooser.ui
+++ b/panels/region/format-chooser.ui
@@ -6,6 +6,7 @@
     <property name="border_width">5</property>
     <property name="title" translatable="yes">Formats</property>
     <property name="type_hint">dialog</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
diff --git a/panels/region/input-chooser.ui b/panels/region/input-chooser.ui
index 5d16271..7c5eadb 100644
--- a/panels/region/input-chooser.ui
+++ b/panels/region/input-chooser.ui
@@ -3,6 +3,7 @@
   <!-- interface-requires gtk+ 3.0 -->
   <object class="GtkDialog" id="input-dialog">
     <property name="title" translatable="yes">Add an Input Source</property>
+    <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
     <property name="resizable">True</property>


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