some very small cleaning

pull/32/head
Miepee 4 years ago
parent d2456a1f4e
commit 4a43827174

@ -7,7 +7,6 @@ using System.IO;
using System.Linq; using System.Linq;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using AM2RLauncherLib; using AM2RLauncherLib;
using log4net.Repository.Hierarchy;
using Application = Eto.Forms.Application; using Application = Eto.Forms.Application;
using FileInfo = System.IO.FileInfo; using FileInfo = System.IO.FileInfo;
// ReSharper disable LocalizableElement - we want hardcoded strings for console writes. // ReSharper disable LocalizableElement - we want hardcoded strings for console writes.

@ -4,7 +4,6 @@ using log4net.Config;
using System; using System;
using System.IO; using System.IO;
using AM2RLauncherLib; using AM2RLauncherLib;
using log4net.Repository.Hierarchy;
// ReSharper disable LocalizableElement - we want hardcoded strings for console writes. // ReSharper disable LocalizableElement - we want hardcoded strings for console writes.
namespace AM2RLauncher.Mac; namespace AM2RLauncher.Mac;

@ -4,7 +4,6 @@ using log4net.Config;
using System; using System;
using System.IO; using System.IO;
using AM2RLauncherLib; using AM2RLauncherLib;
using log4net.Repository.Hierarchy;
// ReSharper disable LocalizableElement - we want hardcoded strings for console writes. // ReSharper disable LocalizableElement - we want hardcoded strings for console writes.
namespace AM2RLauncher.Wpf; namespace AM2RLauncher.Wpf;

@ -180,7 +180,6 @@ public partial class MainForm
case PlayButtonState.Install: case PlayButtonState.Install:
case PlayButtonState.Play: enabled = true; break; case PlayButtonState.Play: enabled = true; break;
} }
if (apkButtonState == ApkButtonState.Creating) enabled = false; if (apkButtonState == ApkButtonState.Creating) enabled = false;

@ -731,7 +731,7 @@ public partial class MainForm : Form
TextColor = colorInactive, TextColor = colorInactive,
SpellCheck = false, SpellCheck = false,
Width = 275, Width = 275,
Height = 150, Height = 150
}; };
modSettingsLayout.BeginHorizontal(); modSettingsLayout.BeginHorizontal();

Loading…
Cancel
Save