You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/widget/container
poire-z 9443098e98 Normalize some widgets appearance (those using ButtonTable)
This makes button heights similar in all uses of ButtonTable.
It depended on how the ButtonTable was used in each widget
(previously, first and last row may have different sizes than
the others).

buttontable.lua: more even buttons height whether zero_sep or not
framecontainer.lua: added padding_top/bottom/left/right (similar to
what was done for iconbutton)

The following widgets have been adapted for this, with some
additional fixes:

buttondialog.lua
buttondialogtitle.lua: wider title with adequate padding
confirmbox.lua + multiconfirmbox.lua: dismissable via tap outside
inputdialog.lua + multiinputdialog.lua: more even vertical padding between elements
imageviewer.lua
textviewer.lua
datewidget.lua
timewidget.lua

Additionaly: frontlightwidget.lua: fixed width of progress bar that
was exceeding window width since the Size scaling adjustements
7 years ago
..
alphacontainer.lua Added Size module 7 years ago
bottomcontainer.lua Dev docs: some widgets 7 years ago
centercontainer.lua Dev docs: some widgets 7 years ago
framecontainer.lua Normalize some widgets appearance (those using ButtonTable) 7 years ago
inputcontainer.lua InputContainer: add cancel_text and ok_text 7 years ago
leftcontainer.lua Dev docs: some widgets 7 years ago
rightcontainer.lua Dev docs: some widgets 7 years ago
topcontainer.lua Dev docs: some widgets 7 years ago
underlinecontainer.lua Added Size module 7 years ago
widgetcontainer.lua doc: event propagation for widgets 8 years ago