From 64326261d9f60736d14d1a7e4ad7568300907dcb Mon Sep 17 00:00:00 2001 From: Wichu Date: Thu, 25 Jun 2020 18:10:28 +0200 Subject: [PATCH] Updated thumbnail and fixed breaking change in 0.18.33 --- calculator.lua | 1 - changelog.txt | 7 +++++-- info.json | 2 +- thumbnail.png | Bin 14906 -> 0 bytes 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/calculator.lua b/calculator.lua index 0fd496b..58c59f8 100644 --- a/calculator.lua +++ b/calculator.lua @@ -101,7 +101,6 @@ function show_calculator(player) local calcui = root.add({ type = "frame", name = "calcui", - style = "dialog_frame", direction = "vertical" }) diff --git a/changelog.txt b/changelog.txt index cf8a11a..e643ff5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,10 @@ --------------------------------------------------------------------------------------------------- Version: 0.18.7 -Date: ???? - Changes: +Date: 2020-06-25 + Changed: + - Updated the thumbnail on the mods page + Fixed: + - Fixed UI style for 0.18.33 update --------------------------------------------------------------------------------------------------- Version: 0.18.6 Date: 2020-06-11 diff --git a/info.json b/info.json index f78a086..9fe96c2 100644 --- a/info.json +++ b/info.json @@ -4,6 +4,6 @@ "title": "Calculator UI", "author": "Wichu", "factorio_version": "0.18", - "dependencies": ["base >= 0.18"], + "dependencies": ["base >= 0.18.33"], "description": "This mod adds a calculator with advanced controls to the UI." } \ No newline at end of file diff --git a/thumbnail.png b/thumbnail.png index 9d5cb94..f982b90 100644 Binary files a/thumbnail.png and b/thumbnail.png differ -- libgit2 0.22.2