fix regression in progress bar

This commit is contained in:
airstruck
2015-11-30 11:16:56 -05:00
parent edecaaf907
commit 44d541bc8f
2 changed files with 5 additions and 4 deletions

View File

@@ -69,7 +69,7 @@ local mainForm = { id = 'mainWindow', type = 'panel',
icon = 'icon/32px/Harddrive.png' },
},
{ flow = 'x',
{ id = 'leftSideBox', width = 200, minwidth = 64,
{ id = 'leftSideBox', width = 200, minwidth = 64,
{ text = 'Hi, I\'m centered middle. ', style = 'listThing',
align = 'middle center' },
{ text = 'Hi, I\'m right bottom.\nAlso two lines, woopdy woop.Hi, I\'m right bottom.\nAlso two lines, woopdy woop.Hi, I\'m right bottom.\nAlso two lines, woopdy woop.', style = 'listThing',