OneTrainer
OneTrainer copied to clipboard
Some UI is cropped on Linux with no way to resize it
same
quick workaround: change "self.resizable(False, False)" to "self.resizable(True, True)" in all modules/ui/ files
Those parts should be resizable now.