mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 19:52:48 +01:00
Remove redundant whitespaces (src/Controls)
This commit is contained in:
parent
bd59dd7371
commit
8a644735a8
@ -1967,4 +1967,4 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -266,4 +266,4 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
SelectionLength = selectionLength;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -290,6 +290,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
e.DrawDefault = true;
|
||||
}
|
||||
}
|
||||
|
||||
private void SubtitleListViewColumnWidthChanged(object sender, ColumnWidthChangedEventArgs e)
|
||||
{
|
||||
if (_settings != null && _saveColumnWidthChanges)
|
||||
@ -1104,4 +1105,4 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -8,7 +8,6 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
{
|
||||
public partial class TimeUpDown : UserControl
|
||||
{
|
||||
|
||||
public enum TimeMode
|
||||
{
|
||||
HHMMSSMS,
|
||||
@ -235,4 +234,4 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
@ -10,7 +10,6 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
{
|
||||
public sealed class VideoPlayerContainer : Panel
|
||||
{
|
||||
|
||||
public class RichTextBoxViewOnly : RichTextBox
|
||||
{
|
||||
public RichTextBoxViewOnly()
|
||||
@ -39,7 +38,9 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
private RichTextBoxViewOnly _subtitleTextBox;
|
||||
private string _subtitleText = string.Empty;
|
||||
private VideoPlayer _videoPlayer;
|
||||
|
||||
public float FontSizeFactor { get; set; }
|
||||
|
||||
public VideoPlayer VideoPlayer
|
||||
{
|
||||
get { return _videoPlayer; }
|
||||
@ -1428,4 +1429,4 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
#endregion VideoPlayer functions
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user