use new frame names

develop
Myk Taylor 2023-01-23 04:16:38 -08:00
parent d7e0dcfcf8
commit 7329f6dee2
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ MessageBox = defclass(MessageBox, gui.FramedScreen)
MessageBox.focus_path = 'MessageBox'
MessageBox.ATTRS{
frame_style = gui.GREY_LINE_FRAME,
frame_style = gui.WINDOW_FRAME,
frame_inset = 1,
-- new attrs
on_accept = DEFAULT_NIL,

@ -531,7 +531,7 @@ end
Window = defclass(Window, Panel)
Window.ATTRS {
frame_style = gui.GREY_LINE_FRAME,
frame_style = gui.WINDOW_FRAME,
frame_background = gui.CLEAR_PEN,
frame_inset = 1,
draggable = true,