##// END OF EJS Templates
GUI: Every icon were resized
Miguel Valdez -
r668:9569bc5c6731
parent child
Show More
@@ -29,6 +29,8 class ControllerThread(threading.Thread, Project):
29 29 def pause(self):
30 30 self.control['pause'] = not(self.control['pause'])
31 31
32 return self.control['pause']
33
32 34 def __run(self):
33 35
34 36 print
1 NO CONTENT: file was removed, binary diff hidden
General Comments 0
You need to be logged in to leave comments. Login now