Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
inovisao
pynovisao
Commits
072d35cb
Commit
072d35cb
authored
May 25, 2018
by
Adair da Silva Oliveira Junior
Browse files
Atualizando o limite de classes de 20 para 200
parent
72207c58
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/interface/tk_interface.py
src/interface/tk_interface.py
+1
-1
No files found.
src/interface/tk_interface.py
View file @
072d35cb
...
...
@@ -24,7 +24,7 @@ from interface import Interface, InterfaceException as IException
class
TkInterface
(
Interface
):
"""Implements graphical interface and functionalities using Tkinter."""
MAX_CLASSES
=
20
MAX_CLASSES
=
20
0
utils
=
tk_local
.
Utils
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment