Skip to content
Snippets Groups Projects

Make scheduler GUI use y-location

Merged Oscar Gustafsson requested to merge schedulerordering into master
3 files
+ 12
14
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -48,7 +48,7 @@ class OperationItem(QGraphicsItemGroup):
def __init__(
self,
operation: Operation,
height: float = 0.75,
height: float = 1.0,
parent: Optional[QGraphicsItem] = None,
):
"""
Loading