left align search result buttons
This commit is contained in:
parent
966ca94775
commit
60c4cc2f80
@ -154,7 +154,7 @@ local function new_view(root)
|
|||||||
for idx = 1, #s_results[tier] do
|
for idx = 1, #s_results[tier] do
|
||||||
local entry = s_results[tier][idx]
|
local entry = s_results[tier][idx]
|
||||||
TextBox{parent=search_results,text=entry[3].." >",fg_bg=cpair(colors.gray,colors.black)}
|
TextBox{parent=search_results,text=entry[3].." >",fg_bg=cpair(colors.gray,colors.black)}
|
||||||
PushButton{parent=search_results,text=entry[2],fg_bg=btn_fg_bg,active_fg_bg=btn_active,callback=entry[4]}
|
PushButton{parent=search_results,text=entry[2],alignment=ALIGN.LEFT,fg_bg=btn_fg_bg,active_fg_bg=btn_active,callback=entry[4]}
|
||||||
|
|
||||||
empty = false
|
empty = false
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user