Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.3-C save editor still too large #10

Open
BlqckH opened this issue Jan 13, 2023 · 2 comments
Open

0.0.3-C save editor still too large #10

BlqckH opened this issue Jan 13, 2023 · 2 comments

Comments

@BlqckH
Copy link

BlqckH commented Jan 13, 2023

hey im using laptop and the save editor is still too large i cant even see the save button

awd

@aclich
Copy link
Owner

aclich commented Jan 13, 2023

Hi, Thanks for reporting this issue.
In the current version, the editor window should be able to resize.
Does the editor window exceeds the border of the screen? If yes, could you please try to resize the editor to smaller size and see if the buttons show up?
In the next release, I'll try to set a smaller window size in default or add tool bar on the top.

@TuanAnh2901
Copy link

You can edit the editorpage size like this
class editorPage(tk.Toplevel): def __init__(self, mainapp:mainApp, **kwargs): super().__init__(mainapp, **kwargs) self.title('Holocure Save Editor') self.editor = SaveEditor() self._open_save(self) if self.file_path == '': self.destroy() return self.geometry(f"800x600{GEOMETRY}") self.resizable(0, 100)

or you can use this instead ( I'm don't know how to package code file to exe so I will use PyInstaller. hope it work :|
holocure_save_tool.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants