Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2012-02-08 22:12:58 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2012-02-08 22:12:58 +0400
commit15ef11a7a255a3670cca249eb87beb8e580ec876 (patch)
tree5bb6095d6364baf437d4fe7f74ec2caa21e7fa71 /main/src/tools
parent1409f33c3f5eca75312535e6793954073bce7c68 (diff)
Revert "Stetic regenerated files"
This reverts commit 1409f33c3f5eca75312535e6793954073bce7c68.
Diffstat (limited to 'main/src/tools')
-rw-r--r--main/src/tools/mdmonitor/gtk-gui/Mono.Instrumentation.Monitor.TimeLineViewWindow.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/main/src/tools/mdmonitor/gtk-gui/Mono.Instrumentation.Monitor.TimeLineViewWindow.cs b/main/src/tools/mdmonitor/gtk-gui/Mono.Instrumentation.Monitor.TimeLineViewWindow.cs
index 4760156fb1..41819b9d87 100644
--- a/main/src/tools/mdmonitor/gtk-gui/Mono.Instrumentation.Monitor.TimeLineViewWindow.cs
+++ b/main/src/tools/mdmonitor/gtk-gui/Mono.Instrumentation.Monitor.TimeLineViewWindow.cs
@@ -86,7 +86,12 @@ namespace Mono.Instrumentation.Monitor
global::Gtk.Viewport w5 = new global::Gtk.Viewport ();
w5.ShadowType = ((global::Gtk.ShadowType)(0));
// Container child GtkViewport.Gtk.Container+ContainerChild
- this.timeView = null;
+ this.timeView = new global::Mono.Instrumentation.Monitor.TimeLineView ();
+ this.timeView.Name = "timeView";
+ this.timeView.SingleThread = false;
+ this.timeView.TimeScale = 0;
+ this.timeView.Zoom = 0;
+ this.timeView.Scale = 0;
w5.Add (this.timeView);
this.GtkScrolledWindow.Add (w5);
this.hbox2.Add (this.GtkScrolledWindow);