X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxColourDialogButton.cxx;h=eadb5e9ad3e77c6a2b6ce0e625569508a2abe67e;hb=cd48d6c543f0238a07dade3387b3c363096d9179;hp=b8137008fb4a579538a1559dc32661bb8eb44df1;hpb=82709d667857071eb7211e7fe7d22237d3a9ddf3;p=bbtk.git diff --git a/packages/wx/src/bbwxColourDialogButton.cxx b/packages/wx/src/bbwxColourDialogButton.cxx index b813700..eadb5e9 100644 --- a/packages/wx/src/bbwxColourDialogButton.cxx +++ b/packages/wx/src/bbwxColourDialogButton.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbwxColourDialogButton.cxx,v $ Language: C++ - Date: $Date: 2008/02/14 08:06:19 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/02/14 16:55:07 $ + Version: $Revision: 1.3 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -63,7 +63,7 @@ wxColourPickerCtrlWidget::wxColourPickerCtrlWidget( ColourDialogButton* box, bbtkDebugMessage("Process",9,"<= wxColourPickerCtrlWidget::wxColourPickerCtrlWidget"< AddGrowableRow(0); - sizer -> Add( picker,1,wxGROW ); + sizer -> Add( picker, 1, wxEXPAND, 0 ); panel -> SetSizer(sizer); }