From 3858e461aeaecdf1cdfecf4beb8da17b0e486570 Mon Sep 17 00:00:00 2001 From: kylewill0725 Date: Fri, 1 Mar 2019 11:15:20 -0600 Subject: [PATCH] Updated to 0.17 --- VERSION | 2 +- info.json | 4 ++-- settingsGUI.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index ad01be3..94c458d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.302 +0.4.303 diff --git a/info.json b/info.json index 821ceab..ff2a343 100644 --- a/info.json +++ b/info.json @@ -1,11 +1,11 @@ { "name": "{{MOD_NAME}}", "version": "{{VERSION}}", - "factorio_version": "0.16", + "factorio_version": "0.17", "title": "EvoGUI - Evolution Factor Indicator and more", "author": "Octav \"narc\" Sandulescu", "contact": "factorio-mods@narc.ro", "homepage": "https://github.com/narc0tiq/evoGUI/", "description": "Places some indicators on your UI for various little statistics that are nice to have.", - "dependencies": ["base >= 0.16.1", "? moweather"] + "dependencies": ["base >= 0.17", "? moweather"] } diff --git a/settingsGUI.lua b/settingsGUI.lua index feb7631..a45aaa5 100644 --- a/settingsGUI.lua +++ b/settingsGUI.lua @@ -114,7 +114,7 @@ function evogui.evoGUI_settings(event) local update_freq_flow = core_settings.add{type="flow", name="update_freq_flow", direction="horizontal"} update_freq_flow.add{type="label", caption={"settings.core_settings.update_freq_left"}} - local textfield = update_freq_flow.add{type="textfield", name="textfield", style="number_textfield"} + local textfield = update_freq_flow.add{type="textfield", name="textfield", style="short_number_textfield"} textfield.text=tostring(global.settings.update_delay) update_freq_flow.add{type="label", caption={"settings.core_settings.update_freq_right"}}