mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Chore: Review FrameContainer constructors for shared dimen objects
Nothing else seems problematic, this is mostly just cosmetic sanitization around Geom objects.
This commit is contained in:
@@ -194,7 +194,7 @@ function KeyValueItem:init()
|
||||
HorizontalGroup:new{
|
||||
dimen = content_dimen,
|
||||
LeftContainer:new{
|
||||
dimen = {
|
||||
dimen = Geom:new{
|
||||
w = key_w,
|
||||
h = content_dimen.h
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user