Skip to content

Commit

Permalink
Fix: Improve visibility of pipeline popup (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubbortlik authored Feb 18, 2024
1 parent 3f1c5ef commit 9974117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitlab/actions/pipeline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 9974117

Please sign in to comment.