mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Gesture manager and Profiles: improve Dispatcher actions menu (#13078)
This commit is contained in:
@@ -83,10 +83,17 @@ function SortItemWidget:init()
|
||||
dimen = Geom:new{ w = checked_widget:getSize().w },
|
||||
self.checkmark_widget,
|
||||
},
|
||||
TextWidget:new{
|
||||
text = self.item.text,
|
||||
max_width = text_max_width,
|
||||
face = self.item.face or self.face,
|
||||
VerticalGroup:new{
|
||||
align = "left",
|
||||
TextWidget:new{
|
||||
text = self.item.text,
|
||||
max_width = text_max_width,
|
||||
face = self.item.face or self.face,
|
||||
},
|
||||
self.show_parent.underscore_checked_item and item_checked and LineWidget:new{
|
||||
dimen = Geom:new{ w = text_max_width, h = Size.line.thick },
|
||||
background = Blitbuffer.COLOR_DARK_GRAY,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user