Skip to content
Snippets Groups Projects
Commit e6955a6c authored by Srikanth Ravipati's avatar Srikanth Ravipati Committed by Peterson, Peter
Browse files

Initialized memory usage percent to 100

so that the update_memory_usage call sets the intendend color
parent d534818f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ class MemoryPresenter(object):
def __init__(self, view):
self.view = view
self.view.memory_bar.setValue(100)
self.update_memory_usage()
self.timer = QTimer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment