From 378bcca976d215a0ccfec192ab0f2c809427f955 Mon Sep 17 00:00:00 2001 From: Johann POLEWCZYK Date: Tue, 28 Jan 2025 23:31:53 +0100 Subject: [PATCH] Minor updates for Ubuntu GUI & Windows binaries --- ileappGUI.py | 4 ++-- scripts/pyinstaller/ileappGUI.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ileappGUI.py b/ileappGUI.py index e483acc0..dcf0f50d 100644 --- a/ileappGUI.py +++ b/ileappGUI.py @@ -386,8 +386,8 @@ def load_case(): mlist_window_height = 24 log_text_height = 36 elif is_platform_linux(): - mlist_window_height = 16 - log_text_height = 27 + mlist_window_height = 17 + log_text_height = 28 else: mlist_window_height = 19 log_text_height = 29 diff --git a/scripts/pyinstaller/ileappGUI.spec b/scripts/pyinstaller/ileappGUI.spec index efa9adcd..5b99a74b 100755 --- a/scripts/pyinstaller/ileappGUI.spec +++ b/scripts/pyinstaller/ileappGUI.spec @@ -5,7 +5,7 @@ block_cipher = None a = Analysis(['..\\..\\ileappGUI.py'], pathex=['..\\scripts\\artifacts'], binaries=[], - datas=[('..\\', '.\\scripts')], + datas=[('..\\', '.\\scripts'), ('..\\..\\assets', '.\\assets')], hiddenimports=[ 'astc_decomp_faster', 'bencoding',