0.1.3 Refactoring done. /JL

This commit is contained in:
2022-12-17 17:57:01 +01:00
parent 5b181d29c7
commit ee92757cd6
4 changed files with 32 additions and 34 deletions

View File

@@ -41,6 +41,7 @@ func CreateBeadsGroup(mw *MyMainWindow) {
})
mw.colors, _ = walk.NewScrollView(gb)
mw.colors.SetLayout(walk.NewVBoxLayout())
LoadBeads(mw)
}
func LoadBeads(mw *MyMainWindow) {