We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 837c542 + be377b0 commit 13a8050Copy full SHA for 13a8050
src/napari_deeplabcut/_widgets.py
@@ -61,7 +61,7 @@ def __init__(self, parent):
61
self.setParent(parent)
62
self.setWindowTitle("Tutorial")
63
self.setModal(True)
64
- self.setStyleSheet("background:#cdb4db")
+ self.setStyleSheet("background:#361AE5")
65
self.setAttribute(Qt.WA_DeleteOnClose)
66
self.setWindowOpacity(0.95)
67
self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
0 commit comments