network: prevent the "Details" and "Hotspot" dialogs from being resizable
https://bugzilla.gnome.org/show_bug.cgi?id=702487
This commit is contained in:
parent
243b3062dc
commit
f17b62ceb3
2 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue