From a26ecf4d70fb85459b87252e86cf40886c159b67 Mon Sep 17 00:00:00 2001 From: Dadido3 Date: Mon, 14 Aug 2017 23:03:11 +0200 Subject: [PATCH] Rise template coordinate limit --- Includes/Templates.pbi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Includes/Templates.pbi b/Includes/Templates.pbi index 7bc48b8..e255fb2 100644 --- a/Includes/Templates.pbi +++ b/Includes/Templates.pbi @@ -537,9 +537,9 @@ Module Templates Y + 10 Window\Text [0] = TextGadget(#PB_Any, 10, Y, 100, 20, "X:", #PB_Text_Right) - Window\Spin [0] = SpinGadget(#PB_Any, 120, Y, 100, 20, -10000, 10000, #PB_Spin_Numeric) : Y + 20 + Window\Spin [0] = SpinGadget(#PB_Any, 120, Y, 100, 20, -1000000, 1000000, #PB_Spin_Numeric) : Y + 20 Window\Text [1] = TextGadget(#PB_Any, 10, Y, 100, 20, "Y:", #PB_Text_Right) - Window\Spin [1] = SpinGadget(#PB_Any, 120, Y, 100, 20, -10000, 10000, #PB_Spin_Numeric) : Y + 20 + Window\Spin [1] = SpinGadget(#PB_Any, 120, Y, 100, 20, -1000000, 1000000, #PB_Spin_Numeric) : Y + 20 Window\Text [2] = TextGadget(#PB_Any, 10, Y, 100, 20, "File:", #PB_Text_Right) Window\String = StringGadget(#PB_Any, 120, Y, Width - 130, 20, "") : Y + 20 For i = 0 To #Reorder_Amount-1