summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/Main.Designer.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-14 21:45:51 +0000
committerGravatar MichalMoskal <unknown>2010-10-14 21:45:51 +0000
commit3a221c15021c7aaaedc06ecdde234acb324e308d (patch)
tree81211b8df5e2a701fa8d4501791a7a879a3172ea /Source/ModelViewer/Main.Designer.cs
parentbc4f1d13bb6b543fdff52ca3170a65ff962eacd2 (diff)
Make the tree actually work
Diffstat (limited to 'Source/ModelViewer/Main.Designer.cs')
-rw-r--r--Source/ModelViewer/Main.Designer.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/ModelViewer/Main.Designer.cs b/Source/ModelViewer/Main.Designer.cs
index 64164f0e..312a2766 100644
--- a/Source/ModelViewer/Main.Designer.cs
+++ b/Source/ModelViewer/Main.Designer.cs
@@ -54,7 +54,7 @@
this.currentStateView.Name = "currentStateView";
this.currentStateView.OwnerDraw = true;
this.currentStateView.ShowItemToolTips = true;
- this.currentStateView.Size = new System.Drawing.Size(654, 706);
+ this.currentStateView.Size = new System.Drawing.Size(614, 706);
this.currentStateView.TabIndex = 0;
this.currentStateView.UseCompatibleStateImageBehavior = false;
this.currentStateView.View = System.Windows.Forms.View.Details;
@@ -74,7 +74,7 @@
// value
//
this.value.Text = "Value";
- this.value.Width = 463;
+ this.value.Width = 394;
//
// splitContainer1
//
@@ -90,7 +90,7 @@
//
this.splitContainer1.Panel2.Controls.Add(this.stateList);
this.splitContainer1.Size = new System.Drawing.Size(875, 706);
- this.splitContainer1.SplitterDistance = 654;
+ this.splitContainer1.SplitterDistance = 614;
this.splitContainer1.TabIndex = 1;
//
// stateList
@@ -106,7 +106,7 @@
this.stateList.MultiSelect = false;
this.stateList.Name = "stateList";
this.stateList.ShowItemToolTips = true;
- this.stateList.Size = new System.Drawing.Size(217, 706);
+ this.stateList.Size = new System.Drawing.Size(257, 706);
this.stateList.TabIndex = 0;
this.stateList.UseCompatibleStateImageBehavior = false;
this.stateList.View = System.Windows.Forms.View.Details;
@@ -115,7 +115,7 @@
// columnHeader1
//
this.columnHeader1.Text = "State";
- this.columnHeader1.Width = 82;
+ this.columnHeader1.Width = 112;
//
// columnHeader2
//