Minor UI and naming fixes

This commit is contained in:
Anton Kasyanov
2016-06-02 21:43:14 +03:00
parent 35b0897d8b
commit 08e39ab4ea
10 changed files with 213 additions and 226 deletions

View File

@@ -0,0 +1,15 @@
namespace EveOPreview.UI
{
public enum ViewZoomAnchor
{
NW,
N,
NE,
W,
C,
E,
SW,
S,
SE
}
}