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();