You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
hey im using laptop and the save editor is still too large i cant even see the save button
The text was updated successfully, but these errors were encountered: