Skip to content
Snippets Groups Projects

GUI refactoring to make it more readable and easier to maintain

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -41,7 +41,7 @@ class Interface(BaseInterface):
img = None):
super().__init__(title = "Annotation Tool",
height = 768,
width = None,
width = "100%",
verbose = verbose)
Loading