1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00

Fixed clipping of bottom of HoverWatch edit widget

This commit is contained in:
Brian Fiete 2022-01-12 08:52:35 -05:00
parent c43673d454
commit a70c34050b

View file

@ -1307,6 +1307,8 @@ namespace IDE.ui
listView.mColumns[0].mWidth = useWidth - GS!(2); listView.mColumns[0].mWidth = useWidth - GS!(2);
} }
height += GS!(2);
listView.Resize(popupX, popupY, useWidth, height); listView.Resize(popupX, popupY, useWidth, height);
ResizeWindow(); ResizeWindow();
} }