Fixed large/small plot bug by adding ViewFrames that contains plots.
This commit is contained in:
@@ -56,7 +56,7 @@ class FluentApp:
|
||||
return self.log_view
|
||||
|
||||
def create_main_view(self, str1, str2, int1, int2):
|
||||
self.main_view = plots.MainView(self._update_toolbar)
|
||||
self.main_view = plots.MainView()
|
||||
self.main_view.show()
|
||||
return self.main_view
|
||||
|
||||
|
Reference in New Issue
Block a user