adjust packet log message window offset

This commit is contained in:
pdxlocations
2025-01-30 13:40:13 -08:00
parent 03f7fd81a7
commit cf8ee248de
+1 -1
View File
@@ -55,7 +55,7 @@ def draw_function_win():
def get_msg_window_lines():
packetlog_height = packetlog_win.getmaxyx()[0] if globals.display_log else 0
return messages_box.getmaxyx()[0] - 2 - packetlog_height
return messages_box.getmaxyx()[0] - 1 - packetlog_height
def refresh_pad(window):
win_height = channel_box.getmaxyx()[0]