mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-11 22:03:09 -06:00
Minor bugfix to Docking package
Made DockingExample1 sizable git-svn-id: svn://ultimatepp.org/upp/trunk@674 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
48f3d6c18f
commit
9afcffac85
4 changed files with 20 additions and 15 deletions
|
|
@ -32,6 +32,7 @@ private:
|
|||
DockingExample::DockingExample()
|
||||
{
|
||||
Title("DockingExample1 : Simple Docking");
|
||||
Sizeable().MaximizeBox();
|
||||
|
||||
// This a button so that we can open the Dock Manager
|
||||
Add(button.SetLabel("Manager").LeftPosZ(4, 100).TopPosZ(4, 23));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue