BookInfo: rating, review (#12313)

This commit is contained in:
hius07
2024-08-11 17:01:15 +03:00
committed by GitHub
parent bd4a651fbf
commit c46578aece
8 changed files with 112 additions and 33 deletions

View File

@@ -115,7 +115,7 @@ function ButtonTable:init()
end
local button_dim = button:getSize()
local vertical_sep = LineWidget:new{
background = Blitbuffer.COLOR_GRAY,
background = btn_entry.no_vertical_sep and Blitbuffer.COLOR_WHITE or Blitbuffer.COLOR_GRAY,
dimen = Geom:new{
w = self.sep_width,
h = button_dim.h,