]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/checklst.cpp
Implemented Reparent() and added test for it to minifram sample.
[wxWidgets.git] / samples / checklst / checklst.cpp
index dfc27c262aa7cee2ef5e6630be4fc8f390798a1d..48af69d3937f16c2bd4ddf4a665af0b5fa61f878 100644 (file)
@@ -147,7 +147,7 @@ CheckListBoxFrame::CheckListBoxFrame(wxFrame *frame,
          panel,                 // parent
          Control_Listbox,       // control id
          wxPoint(10, 10),       // listbox poistion
-         wxSize(400, 200),      // listbox size
+         wxSize(400, 100),      // listbox size
          WXSIZEOF(aszChoices),  // number of strings
          astrChoices            // array of strings
         );