Revision eb81e47d trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchView.xaml

b/trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchView.xaml
44 44
    <extToolkit:BusyIndicator Name="IsBusy" BusyContent="Retrieving folders ..." DisplayAfter="0">
45 45
        <Grid>
46 46
        <Grid.RowDefinitions>
47
            <RowDefinition Height="Auto"/>
48 47
            <RowDefinition Height="*"/>
49 48
            <RowDefinition Height="Auto"/>
50 49
        </Grid.RowDefinitions>
51
        <CheckBox x:Name="IsEnabled" Content="Enable Selective Syncing" Margin="5" Grid.Row="0"/>
52
        <TreeView  Name="RootNodes" Margin="5" Grid.Row="1"
50
        <TreeView  Name="RootNodes" Margin="5" Grid.Row="0"
53 51
                ItemContainerStyle="{StaticResource TreeItemStyle}" 
54 52
                ItemTemplate="{StaticResource CheckboxStyle}"
55 53
                    IsEnabled="{Binding IsEnabled}" >
56 54
        </TreeView>
57
        <StackPanel Grid.Row="2">
55
        <StackPanel Grid.Row="1">
58 56
            <StackPanel Orientation="Horizontal" Grid.Row="1" HorizontalAlignment="Right">
59 57
                <Button Name="SaveChanges" Content="OK" Margin="5,5,10,5"  Style="{StaticResource ButtonStyle}"/>
60 58
                <Button Name="RejectChanges" Content="Cancel" Margin="5,5,10,5"  Style="{StaticResource ButtonStyle}"/>                

Also available in: Unified diff