Skip to content

Commit

Permalink
Release Docker placeholders v1.0 (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion authored Jul 17, 2023
1 parent 9d4a412 commit c132720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Various/cfillion_Docker placeholders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ function loop()
local visible, open = ImGui.Begin(ctx, 'Docker placeholders', true,
ImGui.WindowFlags_AlwaysAutoResize())
if visible then
ImGui.TextWrapped(ctx, 'Click on a docker in the list below to open a placeholder window in that docker.')
ImGui.PushTextWrapPos(ctx, 160)
ImGui.Text(ctx, 'Click on a docker in the list below to open a placeholder window in that docker.')
ImGui.PopTextWrapPos(ctx)
ImGui.Spacing(ctx)
ImGui.PushStyleVar(ctx, ImGui.StyleVar_FramePadding(), 0, 0)
for i=0,15 do checkbox(i) end
Expand Down

0 comments on commit c132720

Please sign in to comment.