]> O.S.I.I.S - jp/crow.git/commitdiff
combo debug
authorjpbruyere <jp.bruyere@hotmail.com>
Sun, 28 Feb 2016 18:11:11 +0000 (19:11 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Sun, 28 Feb 2016 18:11:11 +0000 (19:11 +0100)
Templates/ComboBox.goml
Tests/Interfaces/testCombobox.goml

index 94dbc26b7ca93aa5e800a25607436c4af13459ad..8c5782fc6ea5c4b0793ba74ab4453b1f0b6a22af 100755 (executable)
@@ -15,7 +15,7 @@
        </Template>
        <Border Background="DimGray" BorderWidth="1" Margin="1"
                MinimumSize="{../../MinimumPopupSize}" MaximumSize="0;400"
-               Height="400" Width="{../WidthPolicy}">
+               Height="400" Width="-1">
                <Scroller  Name="scroller1" Margin="1" VerticalScrolling="true"
                        Height="{../HeightPolicy}" Width="{../WidthPolicy}"
                        ValueChanged="../../../_scroller_ValueChanged">
index a4b74c826c831cb4b0a6b28de2832f7eb652aadf..181073a1c6d08f16268c00b2391c634ebed3a112 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
 <VerticalStack>
-       <ComboBox Width="220" Data="{TestList}" SelectedIndex="0"
+       <ComboBox Width="50" Data="{TestList}" SelectedIndex="0"
                ItemTemplate="#Tests.Interfaces.colorItem.crow"/>
 </VerticalStack>
\ No newline at end of file