diff options
| author | AShifter <[email protected]> | 2017-04-01 20:01:39 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-01 20:01:39 -0600 |
| commit | 4df4250f29c2fb19f547b9a7e28de72b265eb1b1 (patch) | |
| tree | 3e56fa83746cef51ff7daecaed8d437ff5bb4a17 /TimeHACK.Main/TitleScreen.Designer.cs | |
| parent | ef8f165210c792e3e8241b84d555bcaed9b55fd0 (diff) | |
| parent | 49907c5f3a594ab3b2385d1d7dec8015c19a5aae (diff) | |
| download | histacom2-4df4250f29c2fb19f547b9a7e28de72b265eb1b1.tar.gz histacom2-4df4250f29c2fb19f547b9a7e28de72b265eb1b1.tar.bz2 histacom2-4df4250f29c2fb19f547b9a7e28de72b265eb1b1.zip | |
Merge pull request #28 from lempamo/master
errors for infoboxes
Diffstat (limited to 'TimeHACK.Main/TitleScreen.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/TitleScreen.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TimeHACK.Main/TitleScreen.Designer.cs b/TimeHACK.Main/TitleScreen.Designer.cs index 1bb9dca..2777027 100644 --- a/TimeHACK.Main/TitleScreen.Designer.cs +++ b/TimeHACK.Main/TitleScreen.Designer.cs @@ -54,7 +54,7 @@ this.gameversion.AutoSize = true; this.gameversion.BackColor = System.Drawing.Color.Transparent; this.gameversion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.gameversion.Location = new System.Drawing.Point(25, 8); + this.gameversion.Location = new System.Drawing.Point(25, 6); this.gameversion.Name = "gameversion"; this.gameversion.Size = new System.Drawing.Size(78, 13); this.gameversion.TabIndex = 0; |
