#405 fixed waste line still always being black and removed colormap test

This commit is contained in:
Mikayla Fischler
2024-02-24 19:34:43 -05:00
parent 45881067df
commit a4214e8a4f
2 changed files with 5 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ local unit_overview = require("coordinator.ui.components.unit_overview")
local core = require("graphics.core")
local ColorMap = require("graphics.elements.colormap")
local TextBox = require("graphics.elements.textbox")
local DataIndicator = require("graphics.elements.indicators.data")
@@ -69,10 +68,6 @@ local function init(main)
-- command & control
ColorMap{parent=main,y=cnc_y_start+2}
cnc_y_start = cnc_y_start
-- induction matrix and process control interfaces are 24 tall + space needed for divider
local cnc_bottom_align_start = main.get_height() - 26