Restore normal color afer AppVM restart/shutdown (#168)
This commit is contained in:
parent
74a4fcd10e
commit
0639cb2f1c
@ -160,7 +160,7 @@ class VmInfoWidget (QWidget):
|
|||||||
if outdated:
|
if outdated:
|
||||||
self.label_name.setStyleSheet("* { color: red }")
|
self.label_name.setStyleSheet("* { color: red }")
|
||||||
else:
|
else:
|
||||||
self.label_name.setStyleSheet("* { }")
|
self.label_name.setStyleSheet("* { color: normal }")
|
||||||
|
|
||||||
class VmUsageWidget (QWidget):
|
class VmUsageWidget (QWidget):
|
||||||
def __init__(self, vm, parent = None):
|
def __init__(self, vm, parent = None):
|
||||||
|
Loading…
Reference in New Issue
Block a user