[Monodevelop-patches-list] r872 - trunk/MonoDevelop/src/Main/Base/Gui/Dialogs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Wed Feb 11 22:06:14 EST 2004
Author: tberman
Date: 2004-02-11 22:06:14 -0500 (Wed, 11 Feb 2004)
New Revision: 872
Modified:
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TreeViewOptions.cs
Log:
fix Fullscreen bug
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TreeViewOptions.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TreeViewOptions.cs 2004-02-11 22:30:19 UTC (rev 871)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/TreeViewOptions.cs 2004-02-12 03:06:14 UTC (rev 872)
@@ -133,6 +133,9 @@
Glade.XML treeViewXml = new Glade.XML (null, "Base.glade", "TreeViewOptionDialog", null);
treeViewXml.Autoconnect (this);
+ TreeViewOptionDialog.TransientFor = (Gtk.Window)WorkbenchSingleton.Workbench;
+ TreeViewOptionDialog.WindowPosition = Gtk.WindowPosition.CenterOnParent;
+
TreeViewOptionDialog.Title = StringParserService.Parse("${res:Dialog.Options.TreeViewOptions.DialogName}");
this.InitializeComponent();
More information about the Monodevelop-patches-list
mailing list