Skip to content
Snippets Groups Projects

Enable configuration of aspects ratios in scheduler GUI

Merged Oscar Gustafsson requested to merge configureschedulergui into master
3 files
+ 87
27
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -14,3 +14,6 @@ OPERATION_LATENCY_INACTIVE = QColor(*LATENCY_COLOR)
OPERATION_LATENCY_ACTIVE = QColor(0, 207, 181)
OPERATION_EXECUTION_TIME_INACTIVE = QColor(*EXECUTION_TIME_COLOR)
OPERATION_EXECUTION_TIME_ACTIVE = QColor(*EXECUTION_TIME_COLOR)
OPERATION_HEIGHT = 0.75
OPERATION_GAP = 0.25
Loading