From 10cd8b3e525f652844e590f5741f8461e0d6dcca Mon Sep 17 00:00:00 2001 From: niksedk Date: Sat, 16 Oct 2010 14:59:28 +0000 Subject: [PATCH] minor updates to controls git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@55 99eadd0c-20b8-1223-b5c4-2a2b2df33de2 --- src/Controls/SubtitleListView.cs | 1 + src/Controls/TimeUpDown.Designer.cs | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Controls/SubtitleListView.cs b/src/Controls/SubtitleListView.cs index 72ffeb67c..c47699bab 100644 --- a/src/Controls/SubtitleListView.cs +++ b/src/Controls/SubtitleListView.cs @@ -45,6 +45,7 @@ namespace Nikse.SubtitleEdit.Controls public SubtitleListView() { + this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); Columns.AddRange(new[] { new ColumnHeader { Text="#", Width=55 }, diff --git a/src/Controls/TimeUpDown.Designer.cs b/src/Controls/TimeUpDown.Designer.cs index b808fff7c..0be6088ac 100644 --- a/src/Controls/TimeUpDown.Designer.cs +++ b/src/Controls/TimeUpDown.Designer.cs @@ -40,7 +40,7 @@ this.maskedTextBox1.Location = new System.Drawing.Point(4, 4); this.maskedTextBox1.Mask = "00:00:00.000"; this.maskedTextBox1.Name = "maskedTextBox1"; - this.maskedTextBox1.Size = new System.Drawing.Size(63, 13); + this.maskedTextBox1.Size = new System.Drawing.Size(67, 13); this.maskedTextBox1.TabIndex = 21; this.maskedTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MaskedTextBox1KeyDown); // @@ -48,7 +48,7 @@ // this.numericUpDown1.Location = new System.Drawing.Point(2, 1); this.numericUpDown1.Name = "numericUpDown1"; - this.numericUpDown1.Size = new System.Drawing.Size(84, 20); + this.numericUpDown1.Size = new System.Drawing.Size(87, 20); this.numericUpDown1.TabIndex = 20; this.numericUpDown1.TabStop = false; // @@ -61,7 +61,7 @@ this.Controls.Add(this.maskedTextBox1); this.Controls.Add(this.numericUpDown1); this.Name = "TimeUpDown"; - this.Size = new System.Drawing.Size(89, 24); + this.Size = new System.Drawing.Size(92, 24); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); this.PerformLayout();