appinfo.ini detection no longer capitalization dependent

This commit is contained in:
Belac Darkstorm
2016-09-22 00:25:58 -05:00
parent 63dd8ebb83
commit 77ce9e8ad4
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func ui() {
catListAdap := &StrList{}
appListAdap := &catAdap{}
catListAdap.SetStrings(lin)
win := th.CreateWindow(600, 500, "LinuxPA")
win := th.CreateWindow(500, 500, "LinuxPA")
top := th.CreateLinearLayout()
top.SetDirection(gxui.BottomToTop)
splBox := th.CreateLinearLayout()