diff options
| author | Michael Webb <[email protected]> | 2019-04-03 21:26:02 -0500 |
|---|---|---|
| committer | Michael Webb <[email protected]> | 2019-04-03 21:26:02 -0500 |
| commit | cc322eeb8e1df9aaf1be7a88b980b820286bf972 (patch) | |
| tree | 6ece0f81a977d0a5620349469ddd620475e9eeae /Histacom2/SeizureWarning.Designer.cs | |
| parent | 5b22de799a66e4f7a614815b80fe0c1bb76b44a7 (diff) | |
| download | histacom2-cc322eeb8e1df9aaf1be7a88b980b820286bf972.tar.gz histacom2-cc322eeb8e1df9aaf1be7a88b980b820286bf972.tar.bz2 histacom2-cc322eeb8e1df9aaf1be7a88b980b820286bf972.zip | |
Make achievements screen resize properly, make load screen look much better, other small adjustments
Diffstat (limited to 'Histacom2/SeizureWarning.Designer.cs')
| -rw-r--r-- | Histacom2/SeizureWarning.Designer.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Histacom2/SeizureWarning.Designer.cs b/Histacom2/SeizureWarning.Designer.cs index b340f86..86d2926 100644 --- a/Histacom2/SeizureWarning.Designer.cs +++ b/Histacom2/SeizureWarning.Designer.cs @@ -41,7 +41,7 @@ this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(600, 331); + this.pictureBox1.Size = new System.Drawing.Size(600, 316); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // @@ -51,7 +51,7 @@ | System.Windows.Forms.AnchorStyles.Right))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.ForeColor = System.Drawing.Color.White; - this.button1.Location = new System.Drawing.Point(261, 275); + this.button1.Location = new System.Drawing.Point(261, 265); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1; @@ -67,7 +67,7 @@ this.Controls.Add(this.button1); this.Controls.Add(this.pictureBox1); this.Name = "SeizureWarning"; - this.Size = new System.Drawing.Size(600, 330); + this.Size = new System.Drawing.Size(600, 310); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); |
