]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxComboBox.cxx
#3423 BBTK Feature New Normal - box std MapToLst
[bbtk.git] / packages / wx / src / bbwxComboBox.cxx
index 05f3a33f5728a826ebd8829fb76bab92f10581d7..26d8e1768f98b6748fff65dbb942fac0b5671665 100644 (file)
@@ -169,7 +169,7 @@ void ComboBoxWidget::FillItems( int iSelection, std::vector< std::string > lstIn
                len2 = strLength - lstIn[i].length();
                for (ii=0;ii<len2;ii++)
                {       
-                       lstIn[i]="   "+lstIn[i];  // 3 space characters
+                       lstIn[i]="  "+lstIn[i];  // 3 space characters
                } // for ii
        } // for i