More resizing

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@290 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2011-01-30 08:36:43 +00:00
parent 2b34205bb6
commit 33d6eccedc
3 changed files with 4 additions and 7 deletions

View File

@ -101,7 +101,7 @@ namespace Nikse.SubtitleEdit.Controls
}
else if (!IsAlternateTextColumnVisible && !IsExtraColumnVisible)
{
int restWidth = lengthAvailable - 15;
int restWidth = lengthAvailable - 23;
Columns[ColumnIndexText].Width = restWidth;
}
else if (!IsAlternateTextColumnVisible && IsExtraColumnVisible)

View File

@ -5,6 +5,9 @@ using System.Windows.Forms;
using QuartzTypeLib;
using System.ComponentModel;
//http://msdn.microsoft.com/en-us/library/dd375454%28VS.85%29.aspx
//http://msdn.microsoft.com/en-us/library/dd387928%28v=vs.85%29.aspx
namespace Nikse.SubtitleEdit.Logic.VideoPlayers
{
public class QuartsPlayer : VideoPlayer

View File

@ -853,12 +853,6 @@
</None>
</ItemGroup>
<ItemGroup>
<None Include="Resources\pictureBoxReverse.Image.png" />
<None Include="Resources\pictureBoxReverseMouseDown.Image.png" />
<None Include="Resources\pictureBoxReverseMouseOver.Image.png" />
<None Include="Resources\pictureBoxFastForward.Image.png" />
<None Include="Resources\pictureBoxFastForwardMouseDown.Image.png" />
<None Include="Resources\pictureBoxFastForwardMouseOver.Image.png" />
<Content Include="Resources\zh-CHS.xml" />
<None Include="Web References\SeNetworkService\SeService.disco" />
<None Include="DLLs\Interop.QuartzTypeLib.dll" />