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:
mrjt 2008-11-25 17:39:34 +00:00
parent 48f3d6c18f
commit 9afcffac85
4 changed files with 20 additions and 15 deletions

View file

@ -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));