This commit is contained in:
airstruck
2015-11-26 10:14:35 -05:00
parent 4351883b8d
commit 6b30382312
3 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ local style = {
padding = 8,
background = { 255, 255, 255 },
icon = 'icon/32px/Box.png',
multiline = true,
wrap = true,
},
}
@@ -177,7 +177,7 @@ eight
layout.mainCanvas.align = 'top'
layout.mainCanvas.multiline = true
layout.mainCanvas.wrap = true
local Backend = require 'luigi.backend'