Fix: Improve visibility of pipeline popup (#184)
This commit is contained in:
@@ -43,7 +43,7 @@ M.open = function()
|
||||
local height = 6 + #pipeline_jobs + 3
|
||||
|
||||
local pipeline_popup =
|
||||
Popup(u.create_popup_state("Loading Pipeline...", state.settings.popup.pipeline, width, height))
|
||||
Popup(u.create_popup_state("Loading Pipeline...", state.settings.popup.pipeline, width, height, 60))
|
||||
M.pipeline_popup = pipeline_popup
|
||||
pipeline_popup:mount()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user