From f31e13dfd8cf5d3705df2610b2019bee1ad7ade9 Mon Sep 17 00:00:00 2001 From: JC Snider Date: Thu, 30 Aug 2018 02:08:29 -0400 Subject: [PATCH] Minor quirk fixes. --- Intersect Character Generator/frmGenerator.Designer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Intersect Character Generator/frmGenerator.Designer.cs b/Intersect Character Generator/frmGenerator.Designer.cs index 52e6954..8d1c5e8 100644 --- a/Intersect Character Generator/frmGenerator.Designer.cs +++ b/Intersect Character Generator/frmGenerator.Designer.cs @@ -1619,6 +1619,9 @@ private void InitializeComponent() // // pnlContainer // + this.pnlContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.pnlContainer.AutoScroll = true; this.pnlContainer.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlContainer.Controls.Add(this.picSprite); @@ -1669,6 +1672,7 @@ private void InitializeComponent() // this.trackZoom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.trackZoom.LargeChange = 1; this.trackZoom.Location = new System.Drawing.Point(53, 19); this.trackZoom.Maximum = 5; this.trackZoom.Minimum = 1;