mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight: adjustable highlight dialog position (#11116)
This commit is contained in:
@@ -232,6 +232,10 @@ function ButtonDialog:init()
|
||||
}
|
||||
end
|
||||
|
||||
function ButtonDialog:getContentSize()
|
||||
return self.movable.dimen
|
||||
end
|
||||
|
||||
function ButtonDialog:getButtonById(id)
|
||||
return self.buttontable:getButtonById(id)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user