You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Horde: Fix log view progress bar overflow
#rnx #jira none #preflight none #rnx [CL 24615235 by Josh Engebretson in ue5-main branch]
This commit is contained in:
@@ -992,7 +992,7 @@ export const LogList: React.FC<{ logId: string }> = observer(({ logId }) => {
|
||||
|
||||
</Stack>
|
||||
<Stack horizontal >
|
||||
{logSource.active && <ProgressIndicator percentComplete={percentComplete} barHeight={2} styles={{ root: { paddingLeft: 8, width: 400 } }} />}
|
||||
{logSource.active && <ProgressIndicator percentComplete={percentComplete} barHeight={2} styles={{ root: { paddingLeft: 12, width: 364 } }} />}
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user