This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
src/GitHub.VisualStudio/Views/Dialog Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 8282 </Border >
8383
8484 <StackPanel Orientation =" Vertical" Margin =" 0 16 0 0" >
85- <StackPanel HorizontalAlignment =" Right" Orientation =" Horizontal" >
86- <Button Margin =" 0 0 4 0" >Back</Button >
87- <Button Click =" repoForkButton_OnClick" >Fork Repo</Button >
85+ <Grid >
86+ <TextBlock TextWrapping =" Wrap"
87+ Foreground =" Red"
88+ Text =" {Binding Error, Mode=OneWay}"
89+ Visibility =" {Binding Error, Converter={ui:NullToVisibilityConverter}}"
90+ HorizontalAlignment =" Left" />
91+ <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Right" >
92+ <Button HorizontalAlignment =" Right" Margin =" 0 0 4 0" >Back</Button >
93+ <Button HorizontalAlignment =" Right" Click =" repoForkButton_OnClick" >Fork Repo</Button >
94+ </StackPanel >
95+ </Grid >
8896 </StackPanel >
89-
90- <TextBlock TextWrapping =" Wrap"
91- Foreground =" Red"
92- Text =" {Binding Error, Mode=OneWay}"
93- HorizontalAlignment =" Center"
94- Visibility =" {Binding Error, Converter={ui:NullToVisibilityConverter}}" />
95- </StackPanel >
9697 </StackPanel >
9798 </StackPanel >
9899</UserControl >
You can’t perform that action at this time.
0 commit comments