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 +10
-22
lines changed
src/GitHub.VisualStudio/Views/Dialog Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change 8181 </Grid >
8282 </Border >
8383
84- <StackPanel Orientation =" Vertical" Margin =" 0 16 0 0" >
85- <Grid >
86- <TextBlock TextWrapping =" Wrap"
87- Foreground =" Red"
84+ <StackPanel Orientation =" Vertical" Margin =" 0 8 0 0" >
85+ <!--
8886 Text="{Binding Error, Mode=OneWay}"
8987 Visibility="{Binding Error, Converter={ui:NullToVisibilityConverter}}"
88+ -->
89+ <TextBlock TextWrapping =" Wrap"
90+ Foreground =" Red"
91+ Margin =" 0 8"
92+ Text =" Hello, yes this is fake error message for testing layout and seeing how this wraps."
9093 HorizontalAlignment =" Left" />
94+ <Grid >
9195 <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Right" >
92- <ui : OcticonCircleButton Margin =" 4 0 0 0"
93- HorizontalAlignment =" Right"
94- Icon =" arrow_left"
95- IsDefault =" True"
96- Click =" backButton_OnClick" >
97- <TextBlock Text =" Back" />
98- </ui : OcticonCircleButton >
99- <!--
100- <Button HorizontalAlignment="Right" Click="repoForkButton_OnClick">Fork Repo</Button>
101- -->
102-
103- <ui : OcticonCircleButton Margin =" 4 0 0 0"
104- HorizontalAlignment =" Right"
105- Icon =" check"
106- IsDefault =" True"
107- Click =" repoForkButton_OnClick" >
108- <TextBlock Text =" Fork repository" />
109- </ui : OcticonCircleButton >
96+ <Button HorizontalAlignment =" Right" Padding =" 16 4" BorderThickness =" 0" Margin =" 0 0 4 0" Click =" backButton_OnClick" >Back</Button >
97+ <Button HorizontalAlignment =" Right" Padding =" 16 4" BorderThickness =" 0" Click =" repoForkButton_OnClick" >Fork Repository</Button >
11098 </StackPanel >
11199 </Grid >
112100 </StackPanel >
You can’t perform that action at this time.
0 commit comments