mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
darker white
This commit is contained in:
parent
0579cb2983
commit
dbf70d34ea
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class AlphaSlider(QtWidgets.QSlider):
|
|||
def checkerboard(self):
|
||||
if self._checkerboard is None:
|
||||
self._checkerboard = draw_checkerboard_tile(
|
||||
3, QtGui.QColor(255, 255, 255), QtGui.QColor(27, 27, 27)
|
||||
3, QtGui.QColor(173, 173, 173), QtGui.QColor(27, 27, 27)
|
||||
)
|
||||
return self._checkerboard
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue