mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed clipping of bottom of HoverWatch edit widget
This commit is contained in:
parent
c43673d454
commit
a70c34050b
1 changed files with 2 additions and 0 deletions
|
@ -1307,6 +1307,8 @@ namespace IDE.ui
|
|||
listView.mColumns[0].mWidth = useWidth - GS!(2);
|
||||
}
|
||||
|
||||
height += GS!(2);
|
||||
|
||||
listView.Resize(popupX, popupY, useWidth, height);
|
||||
ResizeWindow();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue