diff --git a/ui-win32/UIMain.Designer.cs b/ui-win32/UIMain.Designer.cs index 514b67a18..15fe3d556 100644 --- a/ui-win32/UIMain.Designer.cs +++ b/ui-win32/UIMain.Designer.cs @@ -134,6 +134,7 @@ // // btnAbout // + this.btnAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnAbout.Location = new System.Drawing.Point(259, 415); this.btnAbout.Name = "btnAbout"; this.btnAbout.Size = new System.Drawing.Size(75, 23); diff --git a/win32-setup/lokinet-win32.iss b/win32-setup/lokinet-win32.iss index e309b3a84..20fa0c1c3 100644 --- a/win32-setup/lokinet-win32.iss +++ b/win32-setup/lokinet-win32.iss @@ -161,7 +161,6 @@ end; procedure InitializeWizard(); var Version: TWindowsVersion; - S: String; begin GetWindowsVersionEx(Version); // if we already have a generic openvpn tap driver installed, then skip all the downloading