]> git.saurik.com Git - wxWidgets.git/commit
Don't hard code position of the drawing sample window and increase its size.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jun 2010 11:58:21 +0000 (11:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Jun 2010 11:58:21 +0000 (11:58 +0000)
commit5db56cd2e7f658c4f1500d8265e32711590445da
treebd519d582136a5ec0b49b97452688be61dc0daf3
parent80d7019761f93b05f864c8b366c4f48268b5518f
Don't hard code position of the drawing sample window and increase its size.

Hardcoding position to 50,50 is inconvenient, let the window manager position
the window as configured by user. Also, the vertical size of the sample was
too small to see the contents of most pages, increase it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/drawing/drawing.cpp