Revision 96f88218 trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml

b/trunk/Pithos.Client.WPF/Preferences/PreferencesView.xaml
124 124
                                    <ColumnDefinition Width="*"/>
125 125
                                    <ColumnDefinition Width="Auto"/>
126 126
                                </Grid.ColumnDefinitions>
127
                                <TextBox  Name="CurrentAccount_RootPath" Margin="5" HorizontalAlignment="Stretch" Grid.Column="0" IsEnabled="False"/>
127
                                <TextBox  Name="CurrentAccount_RootPath" Margin="5" HorizontalAlignment="Stretch" Grid.Column="0" IsReadOnly="True" ToolTip="{Binding CurrentAccount.RootPath}"/>                                    
128
                                
128 129
                                <Button Name="MoveAccountFolder" Content="Move ..." Width="60" Height="30" Grid.Column="1" />
129 130
                            </Grid>
130 131
                            <CheckBox Name="CurrentAccount_IsActive" Content="Account is Active" Grid.Column="1" Grid.Row="4" Margin="5"/>

Also available in: Unified diff