Skip to content
Snippets Groups Projects

Add a few more constants for configuration

Merged Oscar Gustafsson requested to merge configurability into master
6 files
+ 30
14
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -16,4 +16,8 @@ OPERATION_EXECUTION_TIME_INACTIVE = QColor(*EXECUTION_TIME_COLOR)
OPERATION_EXECUTION_TIME_ACTIVE = QColor(*EXECUTION_TIME_COLOR)
OPERATION_HEIGHT = 0.75
OPERATION_GAP = 0.25
OPERATION_GAP = (
1 - OPERATION_HEIGHT
) # TODO: For now, should really fix the bug
SCHEDULE_INDENT = 0.2
Loading