mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ButtonTable: taller buttons for easier tap (#5554)
This commit is contained in:
@@ -59,7 +59,8 @@ function ButtonTable:init()
|
||||
max_width = (self.width - sizer_space)/column_cnt - 2*self.sep_width - 2*self.padding,
|
||||
bordersize = 0,
|
||||
margin = 0,
|
||||
padding = 0,
|
||||
padding = Size.padding.buttontable, -- a bit taller than standalone buttons, for easier tap
|
||||
padding_h = 0, -- allow text to take more of the horizontal space
|
||||
text_font_face = self.button_font_face,
|
||||
text_font_size = self.button_font_size,
|
||||
show_parent = self.show_parent,
|
||||
|
||||
Reference in New Issue
Block a user