defaults(refactor): remove global hack in filemanagersetdefaults

also added screensaver folder setting dialog for kobo
This commit is contained in:
Qingping Hou
2016-05-01 19:39:31 -07:00
parent f5b0f0dcd7
commit 60587e08c6
15 changed files with 395 additions and 288 deletions

View File

@@ -40,7 +40,7 @@ function MultiInputDialog:init()
scroll = false,
parent = self,
}
table.insert(VerticalGroupData,CenterContainer:new{
table.insert(VerticalGroupData, CenterContainer:new{
dimen = Geom:new{
w = self.title_bar:getSize().w,
h = input_field[k]:getSize().h,