]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/dnd.cpp
Correct the name of the XPM file containing the icon in xrc sample.
[wxWidgets.git] / samples / dnd / dnd.cpp
index 038b87eea29f40cac43208418aae347876a32331..fe98c7449dca445bb7213d5ff8e006013e2ef764 100644 (file)
@@ -1596,7 +1596,7 @@ DnDShapeDialog::DnDShapeDialog(wxFrame *parent, DnDShape *shape)
     // attributes
     wxStaticBox* box = new wxStaticBox( this, wxID_ANY, wxT("&Attributes") );
     wxStaticBoxSizer* attrSizer = new wxStaticBoxSizer( box, wxHORIZONTAL );
-    wxFlexGridSizer* xywhSizer = new wxFlexGridSizer( 4, 2 );
+    wxFlexGridSizer* xywhSizer = new wxFlexGridSizer( 2 );
 
     wxStaticText* st;