use new frames for hotkey hotspot

develop
Myk Taylor 2023-01-23 04:03:41 -08:00
parent fcb156ed43
commit d7e0dcfcf8
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

@ -170,7 +170,7 @@ function Menu:init()
widgets.Panel{ widgets.Panel{
view_id='list_panel', view_id='list_panel',
frame=list_frame, frame=list_frame,
frame_style=gui.GREY_LINE_FRAME, frame_style=gui.PANEL_FRAME,
frame_background=gui.CLEAR_PEN, frame_background=gui.CLEAR_PEN,
subviews={ subviews={
widgets.List{ widgets.List{
@ -197,7 +197,7 @@ function Menu:init()
view_id='help_panel', view_id='help_panel',
autoarrange_subviews=true, autoarrange_subviews=true,
frame=help_frame, frame=help_frame,
frame_style=gui.GREY_LINE_FRAME, frame_style=gui.PANEL_FRAME,
frame_background=gui.CLEAR_PEN, frame_background=gui.CLEAR_PEN,
subviews={ subviews={
widgets.WrappedLabel{ widgets.WrappedLabel{