mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fixed popup location clipping
This commit is contained in:
parent
d635b8e67f
commit
757464db3e
12 changed files with 21 additions and 13 deletions
|
@ -20,7 +20,7 @@ namespace Beefy.widgets
|
|||
public String mTitle ~ delete _;
|
||||
public String mText ~ delete _;
|
||||
public Image mIcon;
|
||||
public BFWindowBase.Flags mWindowFlags = .ClientSized | .TopMost | .Caption | .Border | .SysMenu | .Modal;
|
||||
public BFWindowBase.Flags mWindowFlags = .ClientSized | .TopMost | .Caption | .Border | .SysMenu | .Modal | .PopupPosition;
|
||||
public List<ButtonWidget> mButtons = new List<ButtonWidget>() ~ delete _;
|
||||
public List<Widget> mTabWidgets = new List<Widget>() ~ delete _;
|
||||
public Dictionary<ButtonWidget, DialogEventHandler> mHandlers = new Dictionary<ButtonWidget, DialogEventHandler>() ~ delete _;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue