mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
invert button on tap
This commit is contained in:
@@ -32,6 +32,7 @@ function PageCropDialog:init()
|
||||
radius = 7,
|
||||
text_font_face = "cfont",
|
||||
text_font_size = 20,
|
||||
show_parent = self,
|
||||
}
|
||||
local cancel_button = Button:new{
|
||||
text = self.cancel_text,
|
||||
@@ -41,6 +42,7 @@ function PageCropDialog:init()
|
||||
radius = 7,
|
||||
text_font_face = "cfont",
|
||||
text_font_size = 20,
|
||||
show_parent = self,
|
||||
}
|
||||
local ok_container = RightContainer:new{
|
||||
dimen = Geom:new{ w = Screen:getWidth()*0.33, h = Screen:getHeight()/12},
|
||||
|
||||
Reference in New Issue
Block a user