fix(ui): light-mode polish — nav hover, graph theme tokens, title alignment
This commit is contained in:
@@ -124,7 +124,7 @@ class WaferMapItem(QQuickPaintedItem):
|
||||
self._margin: float = 1.0
|
||||
self._blend: float = 0.0
|
||||
self._show_labels: bool = True
|
||||
self._show_extremes: bool = True
|
||||
self._show_extremes: bool = False
|
||||
self._shape: str = "round"
|
||||
self._size: float = 300.0
|
||||
self._thickness_data: list[list[float]] = [] # [x_mm, y_mm, t2] triples
|
||||
|
||||
Reference in New Issue
Block a user