X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_Icons_NDimensions%2FinterfMenuBar.h;h=00cff41d34b816d1981e52339d64a1ee6f8f0849;hb=40033c782c0c68ecc676bb59de5c7fe9eb3cac44;hp=55905bfb8f7fb2eaa526fd2368682e0d76267e5a;hpb=0e1f4d7eb6ea17c3a9abd809801d699bf0fe0846;p=creaContours.git diff --git a/lib/Interface_Icons_NDimensions/interfMenuBar.h b/lib/Interface_Icons_NDimensions/interfMenuBar.h index 55905bf..00cff41 100644 --- a/lib/Interface_Icons_NDimensions/interfMenuBar.h +++ b/lib/Interface_Icons_NDimensions/interfMenuBar.h @@ -41,7 +41,10 @@ public: int sizex = 80; int sizey = 80; - flexsizer = new wxFlexGridSizer(2,vpath.size(),2,2); + //RaC 11-09 + //This constructor function as well but it is neccessary to change vpath.size() by 6 + //flexsizer = new wxFlexGridSizer(2,vpath.size(),2,2); + flexsizer = new wxFlexGridSizer(6); this->SetSizer(flexsizer, true); this->SetAutoLayout( true );