comment out ImageWidget until it gets fixed #112

pull/2/merge
Dobrica Pavlinusic 12 years ago
parent db76421567
commit 49283b8e00

@ -13,9 +13,9 @@ function InfoMessage:show(text)
background = 0,
HorizontalGroup:new({
align = "center",
ImageWidget:new({
file = "resources/info-i.png"
}),
-- ImageWidget:new({
-- file = "resources/info-i.png"
-- }),
Widget:new({
dimen = { w = 10, h = 0 }
}),

Loading…
Cancel
Save