Skip to content

Commit 5066cf3

Browse files
committed
Fix: stupid typo... grrrr
1 parent 98e5b37 commit 5066cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

avalon/tools/creator/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self, *args, **kwargs):
6565
self.setToolTip("Only alphanumeric characters (A-Z a-z 0-9), "
6666
"'_' and '.' are allowed.")
6767

68-
self._status_color = self.color["empty"][0]
68+
self._status_color = self.colors["empty"][0]
6969

7070
anim = QtCore.QPropertyAnimation()
7171
anim.setTargetObject(self)

0 commit comments

Comments
 (0)