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 41
41
Margin =" 0,0,8,0"
42
42
Text =" {DynamicResource Text.SSHKey}"
43
43
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 >
57
58
58
59
<CheckBox Grid.Row=" 3" Grid.Column=" 1"
59
60
Content =" {DynamicResource Text.Remote.PruneTagsOnFetch}"
Original file line number Diff line number Diff line change 41
41
Margin =" 0,0,8,0"
42
42
Text =" {DynamicResource Text.SSHKey}"
43
43
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 >
57
58
58
59
<CheckBox Grid.Row=" 3" Grid.Column=" 1"
59
60
Content =" {DynamicResource Text.Remote.PruneTagsOnFetch}"
You can’t perform that action at this time.
0 commit comments