Changeset 7967 for trunk/sources/HeuristicLab.CodeEditor
- Timestamp:
- 06/05/12 12:41:58 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.CodeEditor/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.CodeEditor/3.3/CodeEditor.Designer.cs
r4068 r7967 109 109 // 110 110 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 111 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;111 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 112 112 this.Controls.Add(this.textEditor); 113 113 this.Controls.Add(this.statusStrip1); -
trunk/sources/HeuristicLab.CodeEditor/3.3/CodeViewer.Designer.cs
r7259 r7967 79 79 // 80 80 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode. Font;81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 82 82 this.ClientSize = new System.Drawing.Size(596, 331); 83 83 this.Controls.Add(this.textEditorControl1);
Note: See TracChangeset
for help on using the changeset viewer.