mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Merge pull request #890 from bttelle/maximize-secondary-window
Allow secondary windows to be maximized
This commit is contained in:
commit
597304c126
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ namespace Beefy.widgets
|
|||
300, 500,
|
||||
BFWindowBase.Flags.Border | BFWindowBase.Flags.ThickFrame | BFWindowBase.Flags.Resizable | BFWindowBase.Flags.SysMenu |
|
||||
BFWindowBase.Flags.Caption | BFWindowBase.Flags.Minimize | BFWindowBase.Flags.ToolWindow | BFWindowBase.Flags.TopMost |
|
||||
BFWindowBase.Flags.UseParentMenu,
|
||||
BFWindowBase.Flags.UseParentMenu | BFWindowBase.Flags.Maximize,
|
||||
subFrame);
|
||||
Dock(subFrame, null, DockingFrame.WidgetAlign.Top);
|
||||
//subFrame.AddDockedWidget(fourthTabbedView, null, DockingFrame.WidgetAlign.Left, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue