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',