Revision 0a9d4d18 trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml

b/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
5 5
        xmlns:extToolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit/extended"
6 6
        xmlns:Converters="clr-namespace:Pithos.Client.WPF.Converters" 
7 7
        x:Name="TheView"
8
        Title="Pithos+ Preferences" Height="436" Width="600" 
8
        Title="Pithos+ Preferences" Height="436" Width="732" 
9 9
        ShowInTaskbar="true"
10 10
        WindowStartupLocation="CenterScreen"
11 11
        Icon="/PithosPlus;component/Images/PithosTaskbar.png"
......
129 129
                                </Grid.ColumnDefinitions>
130 130
                                <TextBox  Name="CurrentAccount_RootPath" Margin="1,5,5,-30" HorizontalAlignment="Stretch" IsReadOnly="True" ToolTip="{Binding CurrentAccount.RootPath}" Height="61" TextWrapping="WrapWithOverflow" />
131 131
                            </Grid>
132
                            <CheckBox Name="CurrentAccount_IsActive" Content="Account is Active" Grid.Row="6" Margin="6,66,126,6" Grid.ColumnSpan="2" />
133
                            <Button Name="SelectiveSyncFolders" Content="Selective Sync" Width="Auto" HorizontalAlignment="Right" Style="{StaticResource ButtonStyle}" Grid.Row="6" Margin="0,40,18,24" Grid.Column="1" />
134
                            <Button Name="MoveAccountFolder" Content="Move ..." Margin="6,40,126,24" Grid.Row="6" Grid.Column="1" />
132
                            <CheckBox Name="CurrentAccount_IsActive" Content="Account is Active" Grid.Row="6" Margin="6,66,126,6" Grid.ColumnSpan="2"  />
133
                            <Button Name="SelectiveSyncFolders" Content="Selective Sync" Width="Auto" HorizontalAlignment="Right" Style="{StaticResource ButtonStyle}" Grid.Row="6" Margin="0,40,138,24" Grid.Column="1" />
134
                            <Button Name="MoveAccountFolder" Content="Move ..." Margin="20,40,234,24" Grid.Row="6" Grid.Column="1" Width="100"/>
135
                            <Button Name="ClearAccountCache" Content="Clear Cache" Margin="245,40,9,24" Grid.Row="6" Grid.Column="1" Width="100" />
135 136
                        </Grid>
136 137
                        
137 138
                    </GroupBox>

Also available in: Unified diff