give global settings page an interior frame

develop
Myk Taylor 2023-03-02 06:31:54 -08:00
parent 090f298a47
commit 3b116c8061
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -952,7 +952,7 @@ GlobalSettingsPage = defclass(GlobalSettingsPage, widgets.ResizingPanel)
GlobalSettingsPage.ATTRS{
autoarrange_subviews=true,
frame={t=0, l=0},
frame_inset={l=1, r=1},
frame_style=gui.INTERIOR_FRAME,
}
function GlobalSettingsPage:init()