Fixed modal problem on dialog box
svn: r72
This commit is contained in:
parent
034c89dd1e
commit
6666e24f41
@ -18,7 +18,7 @@
|
|||||||
<title>Gramps - Marriage Editor</title>
|
<title>Gramps - Marriage Editor</title>
|
||||||
<type>GTK_WINDOW_TOPLEVEL</type>
|
<type>GTK_WINDOW_TOPLEVEL</type>
|
||||||
<position>GTK_WIN_POS_CENTER</position>
|
<position>GTK_WIN_POS_CENTER</position>
|
||||||
<modal>True</modal>
|
<modal>False</modal>
|
||||||
<allow_shrink>False</allow_shrink>
|
<allow_shrink>False</allow_shrink>
|
||||||
<allow_grow>False</allow_grow>
|
<allow_grow>False</allow_grow>
|
||||||
<auto_shrink>False</auto_shrink>
|
<auto_shrink>False</auto_shrink>
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<class>GtkVBox</class>
|
<class>GtkVBox</class>
|
||||||
<child_name>GnomeDialog:vbox</child_name>
|
<child_name>GnomeDialog:vbox</child_name>
|
||||||
<name>dialog-vbox5</name>
|
<name>dialog-vbox5</name>
|
||||||
<width>500</width>
|
<width>550</width>
|
||||||
<homogeneous>False</homogeneous>
|
<homogeneous>False</homogeneous>
|
||||||
<spacing>8</spacing>
|
<spacing>8</spacing>
|
||||||
<child>
|
<child>
|
||||||
@ -178,6 +178,7 @@
|
|||||||
<widget>
|
<widget>
|
||||||
<class>GtkNotebook</class>
|
<class>GtkNotebook</class>
|
||||||
<name>notebook4</name>
|
<name>notebook4</name>
|
||||||
|
<width>550</width>
|
||||||
<can_focus>True</can_focus>
|
<can_focus>True</can_focus>
|
||||||
<show_tabs>True</show_tabs>
|
<show_tabs>True</show_tabs>
|
||||||
<show_border>True</show_border>
|
<show_border>True</show_border>
|
||||||
@ -468,7 +469,7 @@
|
|||||||
<last_modification_time>Sat, 25 Nov 2000 16:53:14 GMT</last_modification_time>
|
<last_modification_time>Sat, 25 Nov 2000 16:53:14 GMT</last_modification_time>
|
||||||
</signal>
|
</signal>
|
||||||
<columns>3</columns>
|
<columns>3</columns>
|
||||||
<column_widths>91,106,80</column_widths>
|
<column_widths>128,124,80</column_widths>
|
||||||
<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
|
<selection_mode>GTK_SELECTION_SINGLE</selection_mode>
|
||||||
<show_titles>True</show_titles>
|
<show_titles>True</show_titles>
|
||||||
<shadow_type>GTK_SHADOW_IN</shadow_type>
|
<shadow_type>GTK_SHADOW_IN</shadow_type>
|
||||||
|
Loading…
Reference in New Issue
Block a user