mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Fixed popup location clipping
This commit is contained in:
parent
d635b8e67f
commit
757464db3e
12 changed files with 21 additions and 13 deletions
|
@ -497,7 +497,7 @@ namespace IDE.ui
|
|||
{
|
||||
//mMinWidth = GS!(320);
|
||||
|
||||
mWindowFlags = .ClientSized | .TopMost | .Caption | .Border | .SysMenu | .Resizable;
|
||||
mWindowFlags = .ClientSized | .TopMost | .Caption | .Border | .SysMenu | .Resizable | .PopupPosition;
|
||||
|
||||
mButtonBottomMargin = GS!(6);
|
||||
mButtonRightMargin = GS!(6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue