File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Source/VisualPairCoding/VisualPairCoding.AvaloniaUI Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 </Grid .ColumnDefinitions>
1515
1616 <StackPanel Grid.Column=" 0" Margin =" 10" >
17- <Label FontWeight =" Medium" FontStyle =" Italic" Height =" 25" Content =" Driver" />
17+ <Label FontWeight =" Medium" FontStyle =" Italic" Height =" 25" Content =" Driver" Foreground = " #9c9c9c " />
1818 <StackPanel Orientation =" Horizontal" Spacing =" 5" >
1919 <TextBlock FontSize =" 15" FontWeight =" SemiBold" Margin =" 3" Height =" 20" x : Name =" activeParticipnat" Text =" Label Name 1" />
2020 <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Right" >
2121 <TextBlock Height =" 20" x : Name =" remainingTimeLabel" Text =" Remaining" Margin =" 3" HorizontalAlignment =" Right" />
2222 </StackPanel >
2323 </StackPanel >
24- <Label FontWeight =" Medium" FontStyle =" Italic" Height =" 25" Content =" Rec. Navigator" />
25- <TextBlock FontSize =" 15" FontWeight =" SemiBold" Margin =" 3" Height =" 35" x : Name =" recommendedNavigator" Text =" Label Name 2" />
24+ <Label FontWeight =" Medium" FontStyle =" Italic" Height =" 25" Content =" Rec. Navigator" Foreground = " #9c9c9c " />
25+ <TextBlock FontSize =" 15" FontWeight =" SemiBold" Margin =" 3" Height =" 35" x : Name =" recommendedNavigator" Text =" Label Name 2" Foreground = " #9c9c9c " />
2626 </StackPanel >
2727
2828 <StackPanel Grid.Column=" 1" HorizontalAlignment =" Right" Margin =" 10" >
You can’t perform that action at this time.
0 commit comments