mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
remove trailing whitespace
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@884 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
fc6305f4af
commit
2aa1089314
@ -1100,7 +1100,7 @@ namespace Nikse.SubtitleEdit.Controls
|
||||
Locked = !Locked;
|
||||
Invalidate();
|
||||
e.SuppressKeyPress = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public double FindDataBelowThresshold(int thresshold, double durationInSeconds)
|
||||
|
@ -9374,12 +9374,12 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
}
|
||||
|
||||
private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
{
|
||||
if (tabControlButtons.SelectedIndex == 0)
|
||||
{
|
||||
tabControlButtons.Width = groupBoxTranslateSearch.Left + groupBoxTranslateSearch.Width + 10;
|
||||
Configuration.Settings.VideoControls.LastActiveTab = "Translate";
|
||||
|
||||
|
||||
}
|
||||
else if (tabControlButtons.SelectedIndex == 1)
|
||||
{
|
||||
@ -12222,10 +12222,10 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
{
|
||||
TabControl tc = (TabControl)sender;
|
||||
Brush textBrush = new SolidBrush(this.ForeColor);
|
||||
Font tabFont = new Font(tc.Font, FontStyle.Regular);
|
||||
Font tabFont = new Font(tc.Font, FontStyle.Regular);
|
||||
if (e.State == DrawItemState.Selected)
|
||||
{
|
||||
tabFont = new Font(tc.Font, FontStyle.Bold);
|
||||
tabFont = new Font(tc.Font, FontStyle.Bold);
|
||||
e.Graphics.FillRectangle(new SolidBrush(SystemColors.Window), e.Bounds);
|
||||
}
|
||||
Rectangle tabBounds = tc.GetTabRect(e.Index);
|
||||
|
@ -485,7 +485,6 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
public string WaveformPlaySelection { get; set; }
|
||||
public string WaveformSearchSilenceForward { get; set; }
|
||||
public string WaveformSearchSilenceBack { get; set; }
|
||||
|
||||
|
||||
public Shortcuts()
|
||||
{
|
||||
|
@ -985,7 +985,6 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Languages\bg-BG.xml">
|
||||
<SubType>Designer</SubType>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Languages\cs-CZ.xml">
|
||||
@ -993,7 +992,6 @@
|
||||
</Content>
|
||||
<Content Include="Languages\da-DK.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\de-DE.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
@ -1006,7 +1004,6 @@
|
||||
</Content>
|
||||
<Content Include="Languages\eu-ES.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\fr-FR.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
@ -1016,14 +1013,12 @@
|
||||
</Content>
|
||||
<Content Include="Languages\it-IT.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\ja-JP.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Languages\nl-NL.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\pl-PL.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
@ -1033,22 +1028,18 @@
|
||||
</Content>
|
||||
<Content Include="Languages\pt-PT.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\ro-RO.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Languages\ru-RU.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\sr-Cyrl-RS.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\sr-Latn-RS.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Languages\sv-SE.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
|
Loading…
Reference in New Issue
Block a user