fixed simple layout offset bug in layout

This commit is contained in:
Torsten Ruger
2015-10-13 14:46:07 +03:00
parent aa20f2ca77
commit 80d58ee03c
9 changed files with 132 additions and 17 deletions

View File

@ -3,7 +3,7 @@
module Parfait
class Dictionary < Object
attribute :keys
attribute :values
attribute :values
# only empty initialization for now
#
# internally we store keys and values in lists, which means this does **not** scale well