mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-26 01:25:09 -05:00
Entree Forest: allow GUI entry of animations 6 & 7
ha ha ha ha ha ha (ha) Closes #4827
This commit is contained in:
@@ -1045,7 +1045,7 @@ private void InitializeComponent()
|
||||
NUD_Animation.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
||||
NUD_Animation.Location = new System.Drawing.Point(240, 309);
|
||||
NUD_Animation.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||||
NUD_Animation.Maximum = new decimal(new int[] { 5, 0, 0, 0 });
|
||||
NUD_Animation.Maximum = new decimal(new int[] { 7, 0, 0, 0 });
|
||||
NUD_Animation.Name = "NUD_Animation";
|
||||
NUD_Animation.Size = new System.Drawing.Size(43, 25);
|
||||
NUD_Animation.TabIndex = 15;
|
||||
|
||||
Reference in New Issue
Block a user