Rename ViewportScrollController -> ViewportController.

This commit is contained in:
Paul Chote
2013-07-28 18:56:52 +12:00
parent 6722db20e3
commit 0cdc4d6f01
4 changed files with 4 additions and 4 deletions

View File

@@ -212,7 +212,6 @@
<Compile Include="Widgets\SliderWidget.cs" />
<Compile Include="Widgets\TextFieldWidget.cs" />
<Compile Include="Widgets\TimerWidget.cs" />
<Compile Include="Widgets\ViewportScrollControllerWidget.cs" />
<Compile Include="Widgets\VqaPlayerWidget.cs" />
<Compile Include="Widgets\Widget.cs" />
<Compile Include="Widgets\WidgetLoader.cs" />
@@ -237,6 +236,7 @@
<Compile Include="Graphics\TextRenderable.cs" />
<Compile Include="Graphics\BeamRenderable.cs" />
<Compile Include="Graphics\ContrailRenderable.cs" />
<Compile Include="Widgets\ViewportControllerWidget.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.FileFormats\OpenRA.FileFormats.csproj">

View File

@@ -15,7 +15,7 @@ using OpenRA.Graphics;
namespace OpenRA.Widgets
{
public class ViewportScrollControllerWidget : Widget
public class ViewportControllerWidget : Widget
{
public int EdgeScrollThreshold = 15;
public int EdgeCornerScrollThreshold = 35;