Skip to content

Commit

Permalink
move mod manager overlay up a little
Browse files Browse the repository at this point in the history
to make room for DFHack logo
  • Loading branch information
myk002 committed May 8, 2024
1 parent 54cb930 commit bd12ef7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gui/mod-manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ ModmanageOverlay.ATTRS {
frame = { w=16, h=3 },
frame_style = gui.MEDIUM_FRAME,
desc = "Adds a link to the mod selection screen for accessing the mod manager.",
default_pos = { x=5, y=-5 },
default_pos = { x=5, y=-6 },
version = 2,
viewscreens = { "new_region/Mods" },
default_enabled=true,
}
Expand All @@ -429,7 +430,8 @@ NotificationOverlay = defclass(NotificationOverlay, overlay.OverlayWidget)
NotificationOverlay.ATTRS {
frame = { w=60, h=1 },
desc = "Displays a message when a mod preset has been automatically applied.",
default_pos = { x=3, y=-2 },
default_pos = { x=3, y=-6 },
version = 2,
viewscreens = { "new_region" },
default_enabled=true,
}
Expand Down

0 comments on commit bd12ef7

Please sign in to comment.