File tree Expand file tree Collapse file tree 2 files changed +28
-26
lines changed Expand file tree Collapse file tree 2 files changed +28
-26
lines changed Original file line number Diff line number Diff line change 4141 Margin =" 0,0,8,0"
4242 Text =" {DynamicResource Text.SSHKey}"
4343 IsVisible =" {Binding UseSSH}" />
44- <TextBox Grid.Row=" 2" Grid.Column=" 1"
45- x : Name =" TxtSshKey"
46- Height =" 28"
47- CornerRadius =" 3"
48- IsVisible =" {Binding UseSSH}"
49- Watermark =" {DynamicResource Text.SSHKey.Placeholder}"
50- Text =" {Binding SSHKey, Mode=TwoWay}" >
51- <TextBox .InnerRightContent>
52- <Button Classes =" icon_button" Width =" 30" Height =" 30" Click =" SelectSSHKey" >
53- <Path Data =" {StaticResource Icons.Folder.Open}" Fill =" {DynamicResource Brush.FG1}" />
54- </Button >
55- </TextBox .InnerRightContent>
56- </TextBox >
44+ <Border Grid.Row=" 2" Grid.Column=" 1" Height =" 32" IsVisible =" {Binding UseSSH}" >
45+ <TextBox x : Name =" TxtSshKey"
46+ Height =" 28"
47+ VerticalAlignment =" Center"
48+ CornerRadius =" 3"
49+ Watermark =" {DynamicResource Text.SSHKey.Placeholder}"
50+ Text =" {Binding SSHKey, Mode=TwoWay}" >
51+ <TextBox .InnerRightContent>
52+ <Button Classes =" icon_button" Width =" 30" Height =" 30" Click =" SelectSSHKey" >
53+ <Path Data =" {StaticResource Icons.Folder.Open}" Fill =" {DynamicResource Brush.FG1}" />
54+ </Button >
55+ </TextBox .InnerRightContent>
56+ </TextBox >
57+ </Border >
5758
5859 <CheckBox Grid.Row=" 3" Grid.Column=" 1"
5960 Content =" {DynamicResource Text.Remote.PruneTagsOnFetch}"
Original file line number Diff line number Diff line change 4141 Margin =" 0,0,8,0"
4242 Text =" {DynamicResource Text.SSHKey}"
4343 IsVisible =" {Binding UseSSH}" />
44- <TextBox Grid.Row=" 2" Grid.Column=" 1"
45- x : Name =" TxtSshKey"
46- Height =" 26"
47- CornerRadius =" 3"
48- IsVisible =" {Binding UseSSH}"
49- Watermark =" {DynamicResource Text.SSHKey.Placeholder}"
50- Text =" {Binding SSHKey, Mode=TwoWay}" >
51- <TextBox .InnerRightContent>
52- <Button Classes =" icon_button" Width =" 30" Height =" 30" Click =" SelectSSHKey" >
53- <Path Data =" {StaticResource Icons.Folder.Open}" Fill =" {DynamicResource Brush.FG1}" />
54- </Button >
55- </TextBox .InnerRightContent>
56- </TextBox >
44+ <Border Grid.Row=" 2" Grid.Column=" 1" Height =" 32" IsVisible =" {Binding UseSSH}" >
45+ <TextBox x : Name =" TxtSshKey"
46+ Height =" 26"
47+ VerticalAlignment =" Center"
48+ CornerRadius =" 3"
49+ Watermark =" {DynamicResource Text.SSHKey.Placeholder}"
50+ Text =" {Binding SSHKey, Mode=TwoWay}" >
51+ <TextBox .InnerRightContent>
52+ <Button Classes =" icon_button" Width =" 30" Height =" 30" Click =" SelectSSHKey" >
53+ <Path Data =" {StaticResource Icons.Folder.Open}" Fill =" {DynamicResource Brush.FG1}" />
54+ </Button >
55+ </TextBox .InnerRightContent>
56+ </TextBox >
57+ </Border >
5758
5859 <CheckBox Grid.Row=" 3" Grid.Column=" 1"
5960 Content =" {DynamicResource Text.Remote.PruneTagsOnFetch}"
You can’t perform that action at this time.
0 commit comments