mirror of
https://github.com/Gamer2020/PokemonGameEditor.git
synced 2026-08-22 02:14:10 -05:00
Fixed Move Tutor Import Button
The button was overlapping the listbox a little.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -16,7 +16,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>XYnKaHaDW9qepRR+KUkhb3WVwa2Pp1Y2fL8d6eySXj8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>HLz/oTIujp9w/Gubwi2U6lnxdYv5gdVi0arf/8P2g8c=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
Binary file not shown.
@@ -50,7 +50,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>KWa0fyrMbrU1Lqq8NCJNhYB0Aeb0msF/wNcB8eDIRw8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>72WuWaCCGUIbxhRTNi73eO4o3FWX4hTj/VLwZ0MiTQY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
12
GBAPokemonGameEditor/movetutor2.Designer.vb
generated
12
GBAPokemonGameEditor/movetutor2.Designer.vb
generated
@@ -34,10 +34,10 @@ Partial Class movetutor2
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Location = New System.Drawing.Point(81, 275)
|
||||
Me.Button2.Location = New System.Drawing.Point(86, 275)
|
||||
Me.Button2.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(187, 38)
|
||||
Me.Button2.Size = New System.Drawing.Size(176, 38)
|
||||
Me.Button2.TabIndex = 16
|
||||
Me.Button2.Text = "Save"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
@@ -46,20 +46,20 @@ Partial Class movetutor2
|
||||
'
|
||||
Me.Combo1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.Combo1.FormattingEnabled = True
|
||||
Me.Combo1.Location = New System.Drawing.Point(80, 234)
|
||||
Me.Combo1.Location = New System.Drawing.Point(86, 234)
|
||||
Me.Combo1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.Combo1.Name = "Combo1"
|
||||
Me.Combo1.Size = New System.Drawing.Size(188, 28)
|
||||
Me.Combo1.Size = New System.Drawing.Size(176, 28)
|
||||
Me.Combo1.TabIndex = 0
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.ItemHeight = 20
|
||||
Me.ListBox1.Location = New System.Drawing.Point(81, 18)
|
||||
Me.ListBox1.Location = New System.Drawing.Point(86, 18)
|
||||
Me.ListBox1.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(187, 204)
|
||||
Me.ListBox1.Size = New System.Drawing.Size(176, 204)
|
||||
Me.ListBox1.TabIndex = 16
|
||||
'
|
||||
'Button3
|
||||
|
||||
Binary file not shown.
@@ -16,7 +16,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>XYnKaHaDW9qepRR+KUkhb3WVwa2Pp1Y2fL8d6eySXj8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>HLz/oTIujp9w/Gubwi2U6lnxdYv5gdVi0arf/8P2g8c=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
Binary file not shown.
@@ -50,7 +50,7 @@
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>KWa0fyrMbrU1Lqq8NCJNhYB0Aeb0msF/wNcB8eDIRw8=</dsig:DigestValue>
|
||||
<dsig:DigestValue>72WuWaCCGUIbxhRTNi73eO4o3FWX4hTj/VLwZ0MiTQY=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user