diff --git a/IDE/src/ui/HoverWatch.bf b/IDE/src/ui/HoverWatch.bf index 4b8bbfe8..75447c03 100644 --- a/IDE/src/ui/HoverWatch.bf +++ b/IDE/src/ui/HoverWatch.bf @@ -1307,6 +1307,8 @@ namespace IDE.ui listView.mColumns[0].mWidth = useWidth - GS!(2); } + height += GS!(2); + listView.Resize(popupX, popupY, useWidth, height); ResizeWindow(); }