Skip to content

Commit

Permalink
red -> cyan since it's not an error
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Oct 3, 2024
1 parent 8d7fd40 commit 88493bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/gm-editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function GmEditorUi:init(args)
local mainPage=widgets.Panel{
subviews={
mainList,
widgets.Label{text={{text="<no item>",id="name"},{text="",pen=COLOR_RED,id="union"},{gap=1,text="Help",key=keybindings.help.key,key_sep = '()'}}, view_id = 'lbl_current_item',frame = {l=1,t=1,yalign=0}},
widgets.Label{text={{text="<no item>",id="name"},{text="",pen=COLOR_CYAN,id="union"},{gap=1,text="Help",key=keybindings.help.key,key_sep = '()'}}, view_id = 'lbl_current_item',frame = {l=1,t=1,yalign=0}},
widgets.EditField{frame={l=1,t=2,h=1},label_text="Search",key=keybindings.start_filter.key,key_sep='(): ',on_change=self:callback('text_input'),view_id="filter_input"}}
,view_id='page_main'}

Expand Down

0 comments on commit 88493bf

Please sign in to comment.