File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 6262
6363 <controls : HorizontalRule />
6464
65- <TextBlock
66- Text =" {x:Bind ViewModel.VpnFailedMessage, Mode=OneWay}"
67- Foreground =" Red"
68- Margin =" 0,6,0,6"
69- TextWrapping =" Wrap"
70- Visibility =" {x:Bind ViewModel.ShowFailedSection, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}" />
65+ <ScrollViewer
66+ VerticalScrollBarVisibility =" Auto"
67+ MaxHeight =" 500"
68+ Visibility =" {x:Bind ViewModel.ShowFailedSection, Converter={StaticResource BoolToVisibilityConverter}, Mode=OneWay}" >
69+
70+ <TextBlock
71+ Text =" {x:Bind ViewModel.VpnFailedMessage, Mode=OneWay}"
72+ Foreground =" Red"
73+ Margin =" 0,6,0,6"
74+ TextWrapping =" Wrap" />
7175
76+ </ScrollViewer >
77+
7278 <TextBlock
7379 Text =" Enable Coder Connect to view your workspaces."
7480 TextWrapping =" Wrap"
You can’t perform that action at this time.
0 commit comments