fixed board util progress bar sizing

This commit is contained in:
UpstreamData
2022-01-26 15:37:14 -07:00
parent 58f0ce8e2d
commit 48d2f6ec07

View File

@@ -4,7 +4,7 @@ icon_of_window = b'iVBORw0KGgoAAAANSUhEUgAAAF4AAABeCAYAAACq0qNuAAAAAXNSR0IArs4c6
layout = [
[sg.Text("", key="status", size=(9, 1)),
sg.ProgressBar(1000, key="progress", size=(40, 20), orientation='h'),
sg.ProgressBar(1000, key="progress", size=(74, 20), orientation='h'),
sg.Text("", key="progress_percent", size=(9, 1)),
],