Improve error messaging for fetching packages

This commit is contained in:
2024-03-11 13:06:50 -05:00
parent b594cdae96
commit 29c8667602
3 changed files with 21 additions and 6 deletions

View File

@@ -70,8 +70,8 @@ class W3DHub
@application_taskbar_container = flow(width: 1.0, height: 0.5) do
stack(width: 1.0, height: 1.0, margin_left: 16, margin_right: 16) do
flow(width: 1.0, height: 0.65) do
@application_taskbar_label = para "", width: 0.60, text_wrap: :none
@application_taskbar_status_label = para "", width: 0.40, text_align: :right, text_wrap: :none
@application_taskbar_label = para "", fill: true, text_wrap: :none
@application_taskbar_status_label = para "", min_width: 0.40, text_align: :right, text_wrap: :none
end
@application_taskbar_progressbar = progress fraction: 0.0, height: 2, width: 1.0