]> O.S.I.I.S - jp/crow.git/commitdiff
debug combo: ';' instead of ','
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Aug 2016 00:10:02 +0000 (02:10 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Aug 2016 00:10:02 +0000 (02:10 +0200)
src/GraphicObjects/ComboBox.cs

index e45d20df2590b3f5f91cf124c5d721c5d544c10c..d2b0567e5639df1bf1075cced34dcdb8824eb1da 100644 (file)
@@ -31,7 +31,7 @@ namespace Crow
                public ComboBox() : base(){     }       
                #endregion
 
-               Size minimumPopupSize = "10;10";
+               Size minimumPopupSize = "10,10";
                [XmlIgnore]public Size MinimumPopupSize{
                        get { return minimumPopupSize; }
                        set {