Skip to content

Commit f2970b1

Browse files
Apply suggestions from code review
Co-authored-by: Myk <[email protected]>
1 parent 765d1c8 commit f2970b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gui/mod-manager.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,12 @@ end
404404

405405
ModlistMenu = defclass(ModlistMenu, widgets.Window)
406406
ModlistMenu.ATTRS {
407-
view_id = "modlist_menu",
408407
frame_title = "Active Modlist",
409-
frame_style = gui.WINDOW_FRAME,
410408

411409
resize_min = { w = 30, h = 15 },
412410
frame = { w = 40, t = 10, b = 15 },
413411

414412
resizable = true,
415-
autoarrange_subviews=false,
416413
}
417414

418415
local function get_mod_id_and_version(path)

0 commit comments

Comments
 (0)